Функция требует авторизации
Описание - Возвращает список с подробными сведениями о вехе с указанным в запросе ИД
Параметры
Имя | Описание | Тип | Пример |
id
отправка в url
|
ИД вехи | число | 1234 |
Возвращает - Веха
Пример ответа
application/json
{ "status": 0, "response": { "canEdit": true, "canDelete": false, "id": 10, "title": "Sample Title", "description": "Sample description", "projectOwner": { "id": 123, "title": "Sample project", "status": 0, "isPrivate": false }, "deadline": "2020-12-07T09:21:29.9447495Z", "isKey": false, "isNotify": false, "activeTaskCount": 15, "closedTaskCount": 5, "status": 0, "responsible": { "id": "00000000-0000-0000-0000-000000000000", "displayName": "Mike Zanyatski", "title": "Manager", "avatarSmall": "url to small avatar", "profileUrl": "" }, "updatedBy": { "id": "00000000-0000-0000-0000-000000000000", "displayName": "Mike Zanyatski", "title": "Manager", "avatarSmall": "url to small avatar", "profileUrl": "" }, "created": "2020-12-07T09:21:29.9447495Z", "createdBy": { "id": "00000000-0000-0000-0000-000000000000", "displayName": "Mike Zanyatski", "title": "Manager", "avatarSmall": "url to small avatar", "profileUrl": "" }, "updated": "2020-12-07T09:21:29.9447495Z" } }
text/xml
<result> <status>0</status> <response> <canEdit>true</canEdit> <canDelete>false</canDelete> <id>10</id> <title>Sample Title</title> <description>Sample description</description> <projectOwner> <id>123</id> <title>Sample project</title> <status>0</status> <isPrivate>false</isPrivate> </projectOwner> <deadline>2020-12-07T09:21:29.9447495Z</deadline> <isKey>false</isKey> <isNotify>false</isNotify> <activeTaskCount>15</activeTaskCount> <closedTaskCount>5</closedTaskCount> <status>0</status> <responsible> <id>00000000-0000-0000-0000-000000000000</id> <displayName>Mike Zanyatski</displayName> <title>Manager</title> <avatarSmall>url to small avatar</avatarSmall> <profileUrl></profileUrl> </responsible> <updatedBy> <id>00000000-0000-0000-0000-000000000000</id> <displayName>Mike Zanyatski</displayName> <title>Manager</title> <avatarSmall>url to small avatar</avatarSmall> <profileUrl></profileUrl> </updatedBy> <created>2020-12-07T09:21:29.9447495Z</created> <createdBy> <id>00000000-0000-0000-0000-000000000000</id> <displayName>Mike Zanyatski</displayName> <title>Manager</title> <avatarSmall>url to small avatar</avatarSmall> <profileUrl></profileUrl> </createdBy> <updated>2020-12-07T09:21:29.9447495Z</updated> </response> </result>
Комментарии
0 комментариев
Статья закрыта для комментариев.