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": "4e754225-6d6e-4b6f-9e4a-0f15a8322c0a",
"Office365Id": "b878919d-82a7-4e8f-9ab3-b4786be806a6",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "91f2a241-86d9-4f73-af46-99727554f35c",
"LastLogin": "2026-05-08T12:40:53.2125059+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"d4a373f8-a70c-4e5c-b34e-169a7aa855d4",
"dff26470-1e43-4c82-8267-d255205c0fe9"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"50287621-c2f9-4c56-95d9-e77501544a58",
"b6292a0c-d03d-4c67-b210-f9e06ba4d208"
]
},
"Created": "2026-05-08T12:40:53.2125059+00:00",
"Modified": "2026-05-08T12:40:53.2125059+00:00",
"Author": "9dfce11d-23a7-41ca-a7a4-312782953503",
"Editor": "479a54fd-db4d-489a-873a-f6b75ae78458",
"CostRate": [
{
"Id": "6f2b44d9-5a74-40df-926f-eafe09a1438c",
"StartDate": "2026-05-08T12:40:53.2125059+00:00",
"EndDate": "2026-05-08T12:40:53.2125059+00:00",
"Cost": 4.0
},
{
"Id": "6f2b44d9-5a74-40df-926f-eafe09a1438c",
"StartDate": "2026-05-08T12:40:53.2125059+00:00",
"EndDate": "2026-05-08T12:40:53.2125059+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "71f4d3f0-b261-45aa-8e7a-faf047562499",
"StartDate": "2026-05-08T12:40:53.2125059+00:00",
"EndDate": "2026-05-08T12:40:53.2125059+00:00",
"Rate": 4.0
},
{
"Id": "71f4d3f0-b261-45aa-8e7a-faf047562499",
"StartDate": "2026-05-08T12:40:53.2125059+00:00",
"EndDate": "2026-05-08T12:40:53.2125059+00:00",
"Rate": 4.0
}
],
"id": "398d90f2-bd70-4a65-923b-308a6eaa41a2",
"ConfigId": "75df15a5-f4e3-4036-8765-6d345bb4df6f"
}