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": "3b7054ff-42c8-443a-9e30-679f2d9294d7",
"Office365Id": "4b56f20b-c57c-44b2-a772-5dbc2ea65544",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "a07904d8-e763-4fd1-9f0d-47920a971750",
"LastLogin": "2026-01-26T02:35:10.8226818+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"3307d938-4534-4acb-bd1e-8956d2e98d0f",
"cb54a1a1-c70a-4499-92fb-5de28c16f0c5"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"e1071e10-a0ca-48d0-9ed3-e8d2f9000f7e",
"2d422060-1074-44b0-837d-df675ec28089"
]
},
"Created": "2026-01-26T02:35:10.8226818+00:00",
"Modified": "2026-01-26T02:35:10.8226818+00:00",
"Author": "de89007c-5dd3-4a8c-ab69-9ff33fb2c483",
"Editor": "98701c51-914f-4813-9992-c52f8c9a3185",
"CostRate": [
{
"Id": "b5eef0dd-7792-4bdd-8f84-80d8dc3929ce",
"StartDate": "2026-01-26T02:35:10.8226818+00:00",
"EndDate": "2026-01-26T02:35:10.8226818+00:00",
"Cost": 4.0
},
{
"Id": "b5eef0dd-7792-4bdd-8f84-80d8dc3929ce",
"StartDate": "2026-01-26T02:35:10.8226818+00:00",
"EndDate": "2026-01-26T02:35:10.8226818+00:00",
"Cost": 4.0
}
],
"id": "d98ac8c9-f532-4a10-a86e-b9c764e1cc50",
"ConfigId": "dc8d344e-4d95-4df3-92c4-a99966a09cac"
}