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": "d998a867-f805-4a20-be0a-4ff7aede9d15",
"Office365Id": "7798b368-d177-48e6-9ac4-0a0ab483856d",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "d389432c-8d07-468d-ae0e-65c4f8f4e253",
"LastLogin": "2026-02-02T05:31:08.2571813+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"94d25b12-63a2-4f42-919c-e73d369732f8",
"32039e8d-e993-4ae4-818b-bc61546222e5"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"8da02280-7a44-4c16-9263-db2418f65cc2",
"1086ddf2-e543-4abc-958a-2c4aec0c6aaa"
]
},
"Created": "2026-02-02T05:31:08.2571813+00:00",
"Modified": "2026-02-02T05:31:08.2571813+00:00",
"Author": "90587a66-d069-4800-a34c-286073dd480a",
"Editor": "098ddd28-f339-4f27-ab82-222d06be619f",
"CostRate": [
{
"Id": "c204e47e-9653-4c67-a751-448d5295a0ae",
"StartDate": "2026-02-02T05:31:08.2571813+00:00",
"EndDate": "2026-02-02T05:31:08.2571813+00:00",
"Cost": 4.0
},
{
"Id": "c204e47e-9653-4c67-a751-448d5295a0ae",
"StartDate": "2026-02-02T05:31:08.2571813+00:00",
"EndDate": "2026-02-02T05:31:08.2571813+00:00",
"Cost": 4.0
}
],
"id": "026c5b6c-e1fd-40f8-b61e-0644ee2806ab",
"ConfigId": "1ef4316a-8c18-410a-9f13-b18f55eaf2c5"
}