From Bright Pattern Documentation
< 5.2:Mobile-web-api-specification
Revision as of 21:18, 8 June 2018 by Tracy (talk | contribs) (Created new topic from branched topic Documentation:ServicePattern:mobile-web-api-specification:CheckAvailability:5.1)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
• 5.19 • 5.2 • 5.3 • 5.8

<translate>= Check Availability= Check Availability returns the current status of configured services.

The notAvailable status normally means that the office providing the requested service is currently closed.

URI

http[s]://<host>:<port>/clientweb/api/v1/availability?tenantUrl=<tenantUrl>

Method

GET

Returns

200 – Names of configured services with current status (content type: application/json)

Example

{

"chat": “<available|notAvailable>”

}

Errors

401 – Unauthorized



< Previous | Next >

</translate>

< Previous | Next >