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": "dc6e70f3-5401-40f0-8a1b-cd263b1de00d",
"Office365Id": "6d9fb0be-67ad-41cf-9787-0a7a5f4177d1",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "804a4935-1f4e-40cd-9834-42095d6decf0",
"LastLogin": "2026-03-09T15:00:40.2646921+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"6fea5c96-dafb-45e8-b2cd-d76fe48a072f",
"29b220bc-542b-4053-a705-81e03a3063ec"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"4a326755-b71b-4188-921c-7c874960e6f9",
"ae35dddc-2822-4d0f-98e9-9781c742bdcc"
]
},
"Created": "2026-03-09T15:00:40.2646921+00:00",
"Modified": "2026-03-09T15:00:40.2646921+00:00",
"Author": "c8b80f0c-bc1e-4833-9acd-c9d5a538fe35",
"Editor": "14654c7d-0981-48ff-8b2c-6a4f5c0b9076",
"CostRate": [
{
"Id": "740bf99d-a852-4303-a4d6-34cc84113e85",
"StartDate": "2026-03-09T15:00:40.2646921+00:00",
"EndDate": "2026-03-09T15:00:40.2646921+00:00",
"Cost": 4.0
},
{
"Id": "740bf99d-a852-4303-a4d6-34cc84113e85",
"StartDate": "2026-03-09T15:00:40.2646921+00:00",
"EndDate": "2026-03-09T15:00:40.2646921+00:00",
"Cost": 4.0
}
],
"id": "adac6ea1-cd36-4f37-8e4a-44fa63d8db78",
"ConfigId": "63c525a9-7b7e-4bb1-b4f0-25b36177eaf3"
}