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. |
|
| RateTable | Collection of ResourceRevenueRate |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"userid": "4e1bc564-9000-4c0d-a673-3fe226da0430",
"Office365Id": "6540c7b1-247b-463a-8c0f-e9e832e2b86b",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "0dc0b08b-3f56-417e-9211-773f94300d6a",
"LastLogin": "2026-04-29T16:50:42.4931255+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"f9cde6c1-7b03-4780-99be-20430af05ed9",
"20d555aa-e4a8-4db7-9dca-cb808de66603"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"1f0a7670-ae28-4094-a0a6-42ba092e9423",
"9ac640da-4f3c-4a08-84be-eb3dea1bc356"
]
},
"Created": "2026-04-29T16:50:42.4931255+00:00",
"Modified": "2026-04-29T16:50:42.4931255+00:00",
"Author": "9feb30d6-0a3d-456b-8000-5344d15800c4",
"Editor": "04d72006-433d-4c77-a21f-35fbe89892fe",
"CostRate": [
{
"Id": "f6d8d6ec-1172-4d63-b8ac-5c41bb4bf2be",
"StartDate": "2026-04-29T16:50:42.4931255+00:00",
"EndDate": "2026-04-29T16:50:42.4931255+00:00",
"Cost": 4.0
},
{
"Id": "f6d8d6ec-1172-4d63-b8ac-5c41bb4bf2be",
"StartDate": "2026-04-29T16:50:42.4931255+00:00",
"EndDate": "2026-04-29T16:50:42.4931255+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "2244dfb7-56dc-40a6-b87f-436030761bca",
"StartDate": "2026-04-29T16:50:42.4931255+00:00",
"EndDate": "2026-04-29T16:50:42.4931255+00:00",
"Rate": 4.0
},
{
"Id": "2244dfb7-56dc-40a6-b87f-436030761bca",
"StartDate": "2026-04-29T16:50:42.4931255+00:00",
"EndDate": "2026-04-29T16:50:42.4931255+00:00",
"Rate": 4.0
}
],
"id": "2cc853c7-9527-4493-831b-d703a8f05ded",
"ConfigId": "46e2f912-83f8-4db8-9866-e13ec51bb009"
}