Support Hours

List support hours.

get

Returns a shallow list of support hours without exception details. Use the single resource endpoint to retrieve the complete support hour including all exceptions.

Authorizations
AuthorizationstringRequired

The Bearer API key of your user more info.

Query parameters
start-indexinteger · int32Optional

an integer specifying the starting point (beginning with 0) when paging through a list of entities

Default: 0
max-resultsinteger · int32 · max: 50Optional

the maximum number of results when paging through a list of support hours.

Default: 50
Responses
chevron-right
200

list of support hours

application/json
idinteger · int64Optional
namestringOptional
timezonestring · enumOptionalPossible values:
get
/support-hours
200

list of support hours

Create a new support hour.

post
Authorizations
AuthorizationstringRequired

The Bearer API key of your user more info.

Body
idinteger · int64Optional
namestringRequired
timezonestring · enumRequiredPossible values:
Responses
post
/support-hours
201

the response

Get the support hour with specified id.

get
Authorizations
AuthorizationstringRequired

The Bearer API key of your user more info.

Path parameters
idnumberRequired

entity ID

Responses
chevron-right
200

the support hour object

application/json
idinteger · int64Optional
namestringRequired
timezonestring · enumRequiredPossible values:
get
/support-hours/{id}
200

the support hour object

Update an existing support hour.

put
Authorizations
AuthorizationstringRequired

The Bearer API key of your user more info.

Path parameters
idnumberRequired

entity ID

Body
idinteger · int64Optional
namestringRequired
timezonestring · enumRequiredPossible values:
Responses
chevron-right
200

the updated support hour object

application/json
idinteger · int64Optional
namestringRequired
timezonestring · enumRequiredPossible values:
put
/support-hours/{id}
200

the updated support hour object

Delete the specified support hour.

delete
Authorizations
AuthorizationstringRequired

The Bearer API key of your user more info.

Path parameters
idnumberRequired

entity ID

Responses
delete
/support-hours/{id}
204

if deletion was successful

No content

Last updated

Was this helpful?