Settings
When you add an authorized app and download your credentials, the downloaded .ionapi file contains a set of attribute-value pairs in JSON format. To connect clocks to Workforce Management through the restful API, you must specify value from the .ionapi file in the clock configuration.
This table shows how to set the values of the required properties in settings.conf based on the downloaded credentials:
Property | Value |
---|---|
wbsynch.rest.token.access.url | Specify the concatenated values of the "pu" and "ot" attributes in the .ionapi file. |
wbsynch.rest.token.access.username | Specify the value of the “saak" attribute in the .ionapi file. |
wbsynch.rest.token.access.password | Specify the value of the “sask" attribute in the .ionapi file. |
wbsynch.rest.url | Specify the endpoint for the WFM Clocks API. See WFM Clocks API. |
wbsynch.rest.api.key | Specify the value of the “ci" attribute in the .ionapi file. |
wbsynch.rest.api.secret | Specify the value of the “cs" attribute in the .ionapi file. |