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": "101b43a7-fe18-4b58-be52-d51bfa2f275b",
"Office365Id": "90ee99b1-8768-43f3-a444-dd7eb096b8f8",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "48a7a2d3-132a-4fd0-b212-982fb5721656",
"LastLogin": "2026-06-09T02:37:02.9809374+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"03fef3ca-2810-4cb8-b4f4-c17aa2ab9cef",
"60cd26fd-fce8-4b10-b59b-1c2adfa78339"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"9dc50cb1-2d14-4753-b62e-0383e4649f8e",
"529a0f58-9bbf-49f4-b417-9cfd66915d33"
]
},
"Created": "2026-06-09T02:37:02.9809374+00:00",
"Modified": "2026-06-09T02:37:02.9809374+00:00",
"Author": "827557f6-b3ef-4e95-9541-a5a48c960dcf",
"Editor": "753f823b-6be1-469f-a169-86a20dc1d9a8",
"CostRate": [
{
"Id": "42040f58-fff6-4859-86dd-f8671959f4fc",
"StartDate": "2026-06-09T02:37:02.9809374+00:00",
"EndDate": "2026-06-09T02:37:02.9809374+00:00",
"Cost": 4.0
},
{
"Id": "42040f58-fff6-4859-86dd-f8671959f4fc",
"StartDate": "2026-06-09T02:37:02.9809374+00:00",
"EndDate": "2026-06-09T02:37:02.9809374+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "4605f4b3-b13d-4e79-99b6-da057cda3458",
"StartDate": "2026-06-09T02:37:02.9809374+00:00",
"EndDate": "2026-06-09T02:37:02.9809374+00:00",
"Rate": 4.0
},
{
"Id": "4605f4b3-b13d-4e79-99b6-da057cda3458",
"StartDate": "2026-06-09T02:37:02.9809374+00:00",
"EndDate": "2026-06-09T02:37:02.9809374+00:00",
"Rate": 4.0
}
],
"id": "cf196c73-1090-41f4-a652-6c40183f5145",
"ConfigId": "92b50964-b7f2-451c-a56a-ae0a2b1b9613"
}