GET TimeSaver/GetAuthenticationResult?bearer={bearer}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bearer | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AuthenticateResult| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
Required |
|
| FailureTitle | string |
Required |
|
| FailureMessage | string |
Required |
|
| SessionID | globally unique identifier |
Required |
|
| ServiceBaseUrl | string |
Required |
|
| ReplicationUrl | string |
Required |
|
| Action | SecurityAuthenticationAction |
Required |
|
| ContactPhoto | Photo |
None. |
|
| SecurityGroupPhoto | Photo |
None. |
|
| Contact | Contact |
None. |
|
| SecurityGroup | SecurityGroup |
None. |
|
| Role | Role |
None. |
|
| CompanyRole | CompanyRole |
None. |
|
| Workflow | Workflow |
None. |
|
| CompanyRoleRole | Role |
None. |
|
| Token | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSuccess": true,
"failureTitle": "sample string 2",
"failureMessage": "sample string 3",
"sessionID": "c4461caf-00bd-4e66-a7a4-ebc59ab654f4",
"serviceBaseUrl": "sample string 5",
"replicationUrl": "sample string 6",
"action": 0,
"contactPhoto": {
"$id": "1",
"id": "aafc3608-b746-4502-a696-53661d0502e6",
"photoImage": "QEA=",
"date": "2026-06-18T12:46:24.5899756+00:00",
"name": "sample string 2",
"notes": "sample string 3",
"isCompressed": true
},
"securityGroupPhoto": {
"$ref": "1"
},
"contact": {
"$id": "2",
"id": "bf3c5306-bf7d-4b6a-9c02-3bf016d0963c",
"firstName": "sample string 2",
"lastName": "sample string 3",
"name": "sample string 4",
"cellNumber": "sample string 5",
"workNumber": "sample string 6",
"homeNumber": "sample string 7",
"email": "sample string 8",
"physicalAddress": "sample string 9",
"postalAddress": "sample string 10",
"birthday": "2026-06-18T12:46:24.5899756+00:00",
"genderID": 1,
"contactStatusID": 1,
"photoID": "821d3897-8646-4507-af71-0cf07700d243",
"externalCode": "sample string 11",
"latitude": 1.1,
"longitude": 1.1,
"idNumber": "sample string 12",
"passportNumber": "sample string 13",
"displayName": "sample string 14",
"useDisplayName": true,
"optOutNotification": true,
"createdByContactID": "ee93c762-c15e-4b79-ba27-342ae408a744",
"modifiedByContactID": "a537f0c9-1f58-4633-a820-058890a75c4c",
"createdDate": "2026-06-18T12:46:24.5899756+00:00",
"modifiedDate": "2026-06-18T12:46:24.5899756+00:00"
},
"securityGroup": {
"$id": "3",
"id": "83d99a0f-2b9f-483a-8130-60f0a49349eb",
"name": "sample string 2",
"description": "sample string 3",
"logVerbosityID": 4,
"blockSyncMessage": "sample string 5",
"syncPollingMin": 6,
"isBlocked": true,
"isCommercialWorkflow": true,
"isDefault": true,
"photoID": "6f157b82-d8cf-4761-81cf-b1f109192bd1"
},
"role": {
"$id": "4",
"id": "87c9e18d-0708-4d73-b01b-92f45996479d",
"name": "sample string 2",
"description": "sample string 3",
"isSystemAdministrator": true,
"workflowID": "62b7c42b-c672-46cb-8603-e3515c400692",
"isGroupAdmin": true,
"workflow": {
"$id": "5",
"id": "eab39715-7ef9-41bb-9956-0664933811ae",
"parentID": "979bc318-9580-4ca0-8471-79a483322a36",
"typeID": 2,
"name": "sample string 3",
"description": "sample string 4",
"sequence": 5,
"active": true,
"caption": "sample string 7",
"iconName": "sample string 8",
"isMobile": true,
"alias": "sample string 10",
"notificationBadgeValueViewModel": "sample string 11",
"notificationBadgeBackgroundColour": "sample string 12",
"notificationBadgeTextColour": "sample string 13",
"isPercentageNotificationBadge": true,
"isVisible": true
}
},
"companyRole": {
"$id": "6",
"id": "015236a3-722d-4d6a-a727-e68232475fa3",
"roleID": "6117e148-3e4e-45f8-a936-bbd897188fb3",
"securityGroupID": "baccd3aa-d0ab-4032-9a02-e8a0ea689ba7",
"workflowID": "430913b8-22bd-4f5e-ad78-95193600a350",
"name": "sample string 5"
},
"workflow": {
"$ref": "5"
},
"companyRoleRole": {
"$ref": "4"
},
"token": "sample string 7"
}