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": "5625dd59-29d9-43c5-8340-331f101b80c8",
"Office365Id": "09479b9a-9a2a-4a16-bc99-da460d1066bb",
"ProfilePicture": "sample string 3",
"Generic": true,
"Inactive": true,
"CanLogin": true,
"UserOnly": true,
"name": "sample string 8",
"GlobalPermissions": 0,
"OnePlanSecurityGroup": "a1c92a76-44ef-4ff2-88eb-249ca6dadc1d",
"LastLogin": "2026-05-02T23:32:42.6552475+00:00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"TimeZone": "sample string 11",
"ExternalId": "sample string 12",
"Delegates": [
"f2aa1c97-b9e5-4f5b-abd2-b9d6d306640b",
"7a2ab590-50e6-4a2c-a21b-c82c4aa83efa"
],
"Notifications": {
"AllNotifications": true,
"Notifications": [
"36e36530-12aa-4084-8e9e-95fc6ce8f9eb",
"ebc45a48-ad40-4163-a301-2cadd933d95a"
]
},
"Created": "2026-05-02T23:32:42.6552475+00:00",
"Modified": "2026-05-02T23:32:42.6552475+00:00",
"Author": "32909b9c-575f-47be-a901-3e713b77902a",
"Editor": "53cad3f7-da4d-4cac-bf58-c608e9b6dbc4",
"CostRate": [
{
"Id": "6d1d061b-75ff-45f1-b4c8-8ebafa95c446",
"StartDate": "2026-05-02T23:32:42.6552475+00:00",
"EndDate": "2026-05-02T23:32:42.6552475+00:00",
"Cost": 4.0
},
{
"Id": "6d1d061b-75ff-45f1-b4c8-8ebafa95c446",
"StartDate": "2026-05-02T23:32:42.6552475+00:00",
"EndDate": "2026-05-02T23:32:42.6552475+00:00",
"Cost": 4.0
}
],
"RateTable": [
{
"Id": "6cb27755-9456-4ae0-9cca-c9d1ced395a0",
"StartDate": "2026-05-02T23:32:42.6552475+00:00",
"EndDate": "2026-05-02T23:32:42.6552475+00:00",
"Rate": 4.0
},
{
"Id": "6cb27755-9456-4ae0-9cca-c9d1ced395a0",
"StartDate": "2026-05-02T23:32:42.6552475+00:00",
"EndDate": "2026-05-02T23:32:42.6552475+00:00",
"Rate": 4.0
}
],
"id": "c89af611-6d36-42e9-a658-a3b16e938092",
"ConfigId": "e0a2823f-6a13-492b-9d94-68de70788978"
}