GET api/resources/{id}
Get resource by id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Resource| Name | Description | Type | Additional information |
|---|---|---|---|
| userid | globally unique identifier |
None. |
|
| Office365Id | globally unique identifier |
None. |
|
| ProfilePicture | string |
None. |
|
| Generic | boolean |
None. |
|
| Inactive | boolean |
None. |
|
| CanLogin | boolean |
None. |
|
| UserOnly | boolean |
None. |
|
| name | string |
None. |
|
| GlobalPermissions | OnePlanLevel |
None. |
|
| OnePlanSecurityGroup | globally unique identifier |
None. |
|
| LastLogin | date |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| TimeZone | string |
None. |
|
| ExternalId | string |
None. |
|
| Delegates | Collection of globally unique identifier |
None. |
|
| Notifications | ResourceNotifications |
None. |
|
| Created | date |
None. |
|
| Modified | date |
None. |
|
| Author | globally unique identifier |
None. |
|
| Editor | globally unique identifier |
None. |
|
| CostRate | Collection of ResourceCost |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"userid": "1b415e0a-56bd-4898-9abe-7097280c7a66",
"Office365Id": "bdcd5116-dc4d-4bcf-b9d7-02cceee454bf",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "09c82459-a54f-43e0-a8c1-3afff0d7d121",
"LastLogin": "2025-12-01T08:34:12.3451631+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"83e705c3-6e05-42c3-bc25-4d918f145799",
"eb869a74-9076-40e8-a79e-ef0a50c92a35"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"bdb4f696-8220-45a9-b07b-eed474497192",
"3cf9a735-3656-4661-9829-cf1020b54d6d"
]
},
"Created": "2025-12-01T08:34:12.3451631+00:00",
"Modified": "2025-12-01T08:34:12.3451631+00:00",
"Author": "a6679f11-8d2e-4e2a-b008-098b8efb52e7",
"Editor": "4cc1fad5-6ab7-4a48-b7c2-6249016986e5",
"CostRate": [
{
"Id": "4d8a9732-12f1-4716-9451-fa55d0b873cb",
"StartDate": "2025-12-01T08:34:12.3451631+00:00",
"EndDate": "2025-12-01T08:34:12.3451631+00:00",
"Cost": 4.0
},
{
"Id": "4d8a9732-12f1-4716-9451-fa55d0b873cb",
"StartDate": "2025-12-01T08:34:12.3451631+00:00",
"EndDate": "2025-12-01T08:34:12.3451631+00:00",
"Cost": 4.0
}
],
"id": "d28a8545-572a-4fbe-8e76-3bafaeb71e65",
"ConfigId": "21586dc9-676c-4699-9017-9654024d8892"
}