action onsched_get_consumer_v1_services_allocations_id { label: "Get Service Allocation" description: "

Use this endpoint to return a Service Allocation object. A valid serviceAllocation id is required. Find service allocation id's by using the GET/consumer​/v1​/services​/{id}​/allocations endpoint.

" provider: onsched method: GET path: "/consumer/v1/services/allocations/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" properties: { bookingCount: { type: "integer" format: "int32" } bookingLimit: { type: "integer" format: "int32" } deletedStatus: { type: "boolean" } deletedTime: { type: "string" } endDate: { type: "string" } endTime: { type: "integer" format: "int32" } id: { type: "string" } locationId: { type: "string" } object: { type: "string" } reason: { type: "string" } repeat: { type: "object" properties: { frequency: { type: "string" } interval: { type: "integer" format: "int32" } monthDay: { type: "string" } monthType: { type: "string" } weekdays: { type: "string" } } additionalProperties: false } repeats: { type: "boolean" } resourceAddress: { type: "object" properties: { addressLine1: { type: "string" } addressLine2: { type: "string" } city: { type: "string" } country: { type: "string" } postalCode: { type: "string" } state: { type: "string" } } additionalProperties: false } resourceDescription: { type: "string" } resourceId: { type: "string" } resourceImageUrl: { type: "string" } resourceName: { type: "string" } resourcePhone: { type: "object" properties: { businessPhone: { type: "string" } businessPhoneExt: { type: "string" } homePhone: { type: "string" } mobilePhone: { type: "string" } phoneType: { type: "string" } } additionalProperties: false } serviceDescription: { type: "string" } serviceDuration: { type: "integer" format: "int32" } serviceId: { type: "string" } serviceImageUrl: { type: "string" } serviceName: { type: "string" } startDate: { type: "string" } startTime: { type: "integer" format: "int32" } timezoneName: { type: "string" } timezoneOffset: { type: "integer" format: "int32" } } additionalProperties: false } }