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": "f7dcf012-da45-4e60-af1b-be28fce17c9e",
"Office365Id": "328a46aa-bb07-45da-bfa4-d0b239ae56c0",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "cb335818-1abc-43c3-b54d-5c0567b82376",
"LastLogin": "2026-05-31T00:16:22.6494266+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"94b6b835-1e32-4883-afe4-ed55afbd4f76",
"f69696b4-ce82-474a-ac94-84920d26768f"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"8db09214-64ff-4402-8497-de0fc8c79c95",
"3e70e2d4-1087-4300-ad5c-7fc4b688b8ac"
]
},
"Created": "2026-05-31T00:16:22.6494266+00:00",
"Modified": "2026-05-31T00:16:22.6494266+00:00",
"Author": "1cc4340d-7074-4008-8863-5b15fda4be82",
"Editor": "ebd18cfb-e560-4263-a7e4-ee4af4c11d2a",
"CostRate": [
{
"Id": "280404ff-e845-4460-a637-2bfa993e8493",
"StartDate": "2026-05-31T00:16:22.6494266+00:00",
"EndDate": "2026-05-31T00:16:22.6494266+00:00",
"Cost": 4.0
},
{
"Id": "280404ff-e845-4460-a637-2bfa993e8493",
"StartDate": "2026-05-31T00:16:22.6494266+00:00",
"EndDate": "2026-05-31T00:16:22.6494266+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "ae5827f3-5c94-47ae-9842-a5ac5513e607",
"StartDate": "2026-05-31T00:16:22.6494266+00:00",
"EndDate": "2026-05-31T00:16:22.6494266+00:00",
"Rate": 4.0
},
{
"Id": "ae5827f3-5c94-47ae-9842-a5ac5513e607",
"StartDate": "2026-05-31T00:16:22.6494266+00:00",
"EndDate": "2026-05-31T00:16:22.6494266+00:00",
"Rate": 4.0
}
],
"id": "496a8ecd-cef5-40e5-80b9-85c3cc5d6550",
"ConfigId": "2fd46af7-06cf-488f-a1cd-2f55c33c8869"
}