GET api/v1/users/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
UserName | Description | Type | Additional information |
---|---|---|---|
full_name | string |
None. |
|
id | globally unique identifier |
Required |
|
image_id | globally unique identifier |
None. |
|
order_number | integer |
None. |
|
subject | CodeList |
None. |
|
position | string |
None. |
|
function | string |
None. |
|
text | string |
None. |
|
text_cz | string |
None. |
|
text_en | string |
None. |
|
property_type | CodeListSystem |
None. |
|
first_name | string |
None. |
|
last_name | string |
None. |
|
code | string |
None. |
|
people_soft_id | string |
None. |
|
skype | string |
None. |
|
teams | string |
None. |
|
whatsup | string |
None. |
|
gender | CodeListSystem |
None. |
|
inactive | boolean |
None. |
|
rate | decimal number |
None. |
|
rate_date | date |
None. |
|
rate_description | string |
None. |
|
string |
None. |
||
phone | string |
None. |
|
birthdate | date |
None. |
|
deleted | boolean |
Required |
|
system_information | SystemInformation |
None. |
|
state_id | integer |
Required |
|
timesheet | boolean |
Required |
|
attendence | boolean |
Required |
|
agreement | boolean |
Required |
Response Formats
application/json, text/json
Sample:
{ "full_name": "sample string 10 sample string 9", "id": "6902302e-8c05-467f-8961-ae0e19baddfb", "image_id": "8c4ab089-dbb1-4341-af61-fa86c4fe2ebd", "order_number": 3, "subject": { "id": "83ae6d7d-12be-464a-afb2-4642a6e85a92", "name": "sample string 2", "deleted": true, "system_information": { "creation": { "user": { "full_name": "sample string 12 sample string 11", "id": "e715e811-1ceb-447b-a89d-3c50503a4d92", "image_id": "220c1e55-11c8-40c3-a90c-743bd8fd3d60", "id_user_work_position": "94c24532-4b96-46de-ac75-715600a4453c", "id_shift": "e14ca7e7-d8c6-430a-a37e-31ba815f80d1", "code": "sample string 5", "code2": "sample string 6", "title": "sample string 9", "introduction": "sample string 10", "first_name": "sample string 11", "last_name": "sample string 12" }, "date": "2024-11-21T06:22:41Z" }, "last_change": { "user": { "full_name": "sample string 12 sample string 11", "id": "e715e811-1ceb-447b-a89d-3c50503a4d92", "image_id": "220c1e55-11c8-40c3-a90c-743bd8fd3d60", "id_user_work_position": "94c24532-4b96-46de-ac75-715600a4453c", "id_shift": "e14ca7e7-d8c6-430a-a37e-31ba815f80d1", "code": "sample string 5", "code2": "sample string 6", "title": "sample string 9", "introduction": "sample string 10", "first_name": "sample string 11", "last_name": "sample string 12" }, "date": "2024-11-21T06:22:41Z" } } }, "position": "sample string 4", "function": "sample string 5", "text": "sample string 6", "text_cz": "sample string 7", "text_en": "sample string 8", "property_type": { "id": 1, "name": "sample string 2", "code": "sample string 3" }, "first_name": "sample string 9", "last_name": "sample string 10", "code": "sample string 11", "people_soft_id": "sample string 12", "skype": "sample string 13", "teams": "sample string 14", "whatsup": "sample string 15", "gender": { "id": 1, "name": "sample string 2", "code": "sample string 3" }, "inactive": true, "rate": 1.0, "rate_date": "2024-11-21T06:22:41Z", "rate_description": "sample string 17", "email": "sample string 18", "phone": "sample string 19", "birthdate": "2024-11-21T06:22:41Z", "deleted": true, "system_information": { "creation": { "user": { "full_name": "sample string 12 sample string 11", "id": "e715e811-1ceb-447b-a89d-3c50503a4d92", "image_id": "220c1e55-11c8-40c3-a90c-743bd8fd3d60", "id_user_work_position": "94c24532-4b96-46de-ac75-715600a4453c", "id_shift": "e14ca7e7-d8c6-430a-a37e-31ba815f80d1", "code": "sample string 5", "code2": "sample string 6", "title": "sample string 9", "introduction": "sample string 10", "first_name": "sample string 11", "last_name": "sample string 12" }, "date": "2024-11-21T06:22:41Z" }, "last_change": { "user": { "full_name": "sample string 12 sample string 11", "id": "e715e811-1ceb-447b-a89d-3c50503a4d92", "image_id": "220c1e55-11c8-40c3-a90c-743bd8fd3d60", "id_user_work_position": "94c24532-4b96-46de-ac75-715600a4453c", "id_shift": "e14ca7e7-d8c6-430a-a37e-31ba815f80d1", "code": "sample string 5", "code2": "sample string 6", "title": "sample string 9", "introduction": "sample string 10", "first_name": "sample string 11", "last_name": "sample string 12" }, "date": "2024-11-21T06:22:41Z" } }, "state_id": 1, "timesheet": true, "attendence": true, "agreement": true }
application/xml, text/xml
Sample:
<User xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IO.Swagger.Models"> <agreement>true</agreement> <attendence>true</attendence> <birthdate>2024-11-21T07:22:41.5939116+01:00</birthdate> <code>sample string 11</code> <deleted>true</deleted> <email>sample string 18</email> <first_name>sample string 9</first_name> <full_name>sample string 10 sample string 9</full_name> <function>sample string 5</function> <gender> <code>sample string 3</code> <id>1</id> <name>sample string 2</name> </gender> <id>6902302e-8c05-467f-8961-ae0e19baddfb</id> <image_id>8c4ab089-dbb1-4341-af61-fa86c4fe2ebd</image_id> <inactive>true</inactive> <last_name>sample string 10</last_name> <order_number>3</order_number> <people_soft_id>sample string 12</people_soft_id> <phone>sample string 19</phone> <position>sample string 4</position> <property_type> <code>sample string 3</code> <id>1</id> <name>sample string 2</name> </property_type> <rate>1</rate> <rate_date>2024-11-21T07:22:41.5939116+01:00</rate_date> <rate_description>sample string 17</rate_description> <skype>sample string 13</skype> <state_id>1</state_id> <subject> <deleted>true</deleted> <id>83ae6d7d-12be-464a-afb2-4642a6e85a92</id> <name>sample string 2</name> <system_information> <creation> <date>2024-11-21T07:22:41.5939116+01:00</date> <user> <code>sample string 5</code> <code2>sample string 6</code2> <first_name>sample string 11</first_name> <full_name>sample string 12 sample string 11</full_name> <id>e715e811-1ceb-447b-a89d-3c50503a4d92</id> <id_shift>e14ca7e7-d8c6-430a-a37e-31ba815f80d1</id_shift> <id_user_work_position>94c24532-4b96-46de-ac75-715600a4453c</id_user_work_position> <image_id>220c1e55-11c8-40c3-a90c-743bd8fd3d60</image_id> <introduction>sample string 10</introduction> <last_name>sample string 12</last_name> <title>sample string 9</title> </user> </creation> <last_change> <date>2024-11-21T07:22:41.5939116+01:00</date> <user> <code>sample string 5</code> <code2>sample string 6</code2> <first_name>sample string 11</first_name> <full_name>sample string 12 sample string 11</full_name> <id>e715e811-1ceb-447b-a89d-3c50503a4d92</id> <id_shift>e14ca7e7-d8c6-430a-a37e-31ba815f80d1</id_shift> <id_user_work_position>94c24532-4b96-46de-ac75-715600a4453c</id_user_work_position> <image_id>220c1e55-11c8-40c3-a90c-743bd8fd3d60</image_id> <introduction>sample string 10</introduction> <last_name>sample string 12</last_name> <title>sample string 9</title> </user> </last_change> </system_information> </subject> <system_information> <creation> <date>2024-11-21T07:22:41.5939116+01:00</date> <user> <code>sample string 5</code> <code2>sample string 6</code2> <first_name>sample string 11</first_name> <full_name>sample string 12 sample string 11</full_name> <id>e715e811-1ceb-447b-a89d-3c50503a4d92</id> <id_shift>e14ca7e7-d8c6-430a-a37e-31ba815f80d1</id_shift> <id_user_work_position>94c24532-4b96-46de-ac75-715600a4453c</id_user_work_position> <image_id>220c1e55-11c8-40c3-a90c-743bd8fd3d60</image_id> <introduction>sample string 10</introduction> <last_name>sample string 12</last_name> <title>sample string 9</title> </user> </creation> <last_change> <date>2024-11-21T07:22:41.5939116+01:00</date> <user> <code>sample string 5</code> <code2>sample string 6</code2> <first_name>sample string 11</first_name> <full_name>sample string 12 sample string 11</full_name> <id>e715e811-1ceb-447b-a89d-3c50503a4d92</id> <id_shift>e14ca7e7-d8c6-430a-a37e-31ba815f80d1</id_shift> <id_user_work_position>94c24532-4b96-46de-ac75-715600a4453c</id_user_work_position> <image_id>220c1e55-11c8-40c3-a90c-743bd8fd3d60</image_id> <introduction>sample string 10</introduction> <last_name>sample string 12</last_name> <title>sample string 9</title> </user> </last_change> </system_information> <teams>sample string 14</teams> <text>sample string 6</text> <text_cz>sample string 7</text_cz> <text_en>sample string 8</text_en> <timesheet>true</timesheet> <whatsup>sample string 15</whatsup> </User>