Parameter name | Value | Description |
---|---|---|
id |
string |
Identifier of the result. |
author |
string |
Author of the result's form. |
queue |
object |
The queue of the registration queue. |
queue.id |
string |
Identifier of the queue. Writable. |
queue.name |
string |
Name of the queue. |
registered |
object |
The registration time of the registration queue. |
registered.dateTime |
string |
The time, as a combined date-time value (formatted according to RFC 3339, without time zone information). |
registered.timeZone |
string |
The time zone. Possible values can be found here. The default value is the time zone of the company. |
client |
object |
The client linked with the registration queue. |
client.id |
string |
Identifier of the client. Writable. |
client.firstName |
string |
First name of the client. Writable. Max length: 127. |
client.lastName |
string |
Last name of the client. Writable. Max length: 127. |
client.emailAddress |
string |
Email address of the client. Writable. Max length: 127. |
client.phoneNumber |
string |
Phone number of the client. Writable. Max length: 127. |
client.selfLink |
string |
URL link to the client resource description. |
status |
string |
The status of the registration queue. Values: "registered", "noShow", "onGoing", "finished". |
Authentication is required to execute this request. Please refer to Authentication for more.
{queueId}
/registrations/{registrationId}
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
queueId |
string |
Queue identifier. |
registrationId |
string |
Registration identifier. |
Do not supply a request body with this method.
If successful, this method returns an empty response body.
Authentication is required to execute this request. Please refer to Authentication for more.
{queueId}
/registrations/{registrationId}
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
queueId |
string |
Queue identifier. |
registrationId |
string |
Registration identifier. |
Do not supply a request body with this method.
If successful, this method returns a Registration resource in the response body.
Authentication is required to execute this request. Please refer to Authentication for more.
{queueId}
/registrationsParameter name | Value | Description |
---|---|---|
Path parameters | ||
queueId |
string |
Queue identifier. |
Optional query parameters | ||
status |
string |
Gets registrations by status. |
Do not supply a request body with this method.
If successful, this method returns a response body with the following structure:
Authentication is required to execute this request. Please refer to Authentication for more.
{queueId}
registrations
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
queueId |
string |
Queue identifier. |
In the request body, supply a Registration Resource with the following properties:
Parameter name | Value | Description |
---|---|---|
Required Properties | ||
queue |
string |
Id of the queue. |
Optional Properties | ||
client.id |
string |
Identifier of the client. |
client.firstName |
string |
First name of the client. |
client.lastName |
string |
Last name of the client. |
client.emailAddress |
string |
Email address of the client. |
client.selfLink |
string |
URL link to the client resource description. |
status |
string |
The status of the registration queue. Values: "registered", "noShow", "ingoing", "finished". |
If successful, this method returns a Registration resource in the response body.
Authentication is required to execute this request. Please refer to Authentication for more.
{queueId}
/registrations/{registrationId}
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
queueId |
string |
Queue identifier. |
registrationId |
string |
Queue registration identifier. |
In the request body, supply a Registration resource with the following properties:
Parameter name | Value | Description |
---|---|---|
Optional Properties | ||
id |
string |
Id of the queue inscription. |
If successful, this method returns a Registration resource in the response body.
Authentication is required to execute this request. Please refer to Authentication for more.
{queueId}
/registrations/nextParameter name | Value | Description |
---|---|---|
Path parameters | ||
queueId |
string |
Queue identifier. |
Do not supply a request body with this method.
If successful, this method returns a Registration resource in the response body.