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": "7840e8b5-2f34-49cc-967e-a2d9a7277d91",
"Office365Id": "c45c717e-499d-445a-8a67-53b611246e30",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "bc9ee38c-efee-4955-970c-e50ac5540b8f",
"LastLogin": "2026-01-29T03:24:41.7361211+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"18dbfd11-94a0-4aa4-abbe-7fea496e2c8d",
"4b488842-b41d-47de-8bbe-1590ded96734"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"f51fd5ab-5760-4f0e-881b-210ed66cf67b",
"53ab0afe-20d2-42aa-8f17-b496b0a175dd"
]
},
"Created": "2026-01-29T03:24:41.7361211+00:00",
"Modified": "2026-01-29T03:24:41.7361211+00:00",
"Author": "a6cf5139-d5bb-4cec-9f10-8467c5171586",
"Editor": "5028d03b-ed64-46ce-9a2e-457645bf5cd0",
"CostRate": [
{
"Id": "03b0e4bc-3c26-4a15-a8af-d225d3413d38",
"StartDate": "2026-01-29T03:24:41.7361211+00:00",
"EndDate": "2026-01-29T03:24:41.7361211+00:00",
"Cost": 4.0
},
{
"Id": "03b0e4bc-3c26-4a15-a8af-d225d3413d38",
"StartDate": "2026-01-29T03:24:41.7361211+00:00",
"EndDate": "2026-01-29T03:24:41.7361211+00:00",
"Cost": 4.0
}
],
"id": "051f7310-11eb-402d-aed9-0fb02ca859b3",
"ConfigId": "d9074829-5b4f-4e1c-9522-71c79338fe4d"
}