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": "a02cc11d-62d7-4e9b-bf5c-b79f1d81a63a",
"Office365Id": "c24d1947-6e6f-433b-bc15-47aa6466dc76",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "afc54dcb-5f11-4a3c-a550-8df764caed27",
"LastLogin": "2026-02-11T15:22:30.1305459+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"52f84849-1337-44fa-83f7-9f95e4c4ba58",
"a6027d63-4e97-41b9-92d2-13d6dfb224b6"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"5dce7e52-547e-481d-ae85-8f964cd8065a",
"6c90b917-ea2e-4266-8eea-c4d786f3bbb0"
]
},
"Created": "2026-02-11T15:22:30.1305459+00:00",
"Modified": "2026-02-11T15:22:30.1305459+00:00",
"Author": "38db18ca-d8b9-456c-ba56-5b36b1a020ea",
"Editor": "c8fc0946-cbc9-4210-94a9-ef61bc92c3be",
"CostRate": [
{
"Id": "9312f687-278d-4bb1-beea-41f8fa2919c3",
"StartDate": "2026-02-11T15:22:30.1305459+00:00",
"EndDate": "2026-02-11T15:22:30.1305459+00:00",
"Cost": 4.0
},
{
"Id": "9312f687-278d-4bb1-beea-41f8fa2919c3",
"StartDate": "2026-02-11T15:22:30.1305459+00:00",
"EndDate": "2026-02-11T15:22:30.1305459+00:00",
"Cost": 4.0
}
],
"id": "44df89cb-4318-4e8c-aec7-ba5c51fa2ba7",
"ConfigId": "a1d91868-f23c-423f-80ac-a23fad13a637"
}