Функция требует авторизации
Описание - Возвращает подробные сведения о задаче с указанным в запросе ИД
Параметры
Имя | Описание | Тип | Пример |
taskid
отправка в url
|
ИД задачи | число | 1234 |
Возвращает - Задача
Пример ответа
application/json
{ "status": 0, "response": { "createBy": { "id": "00000000-0000-0000-0000-000000000000", "displayName": "Mike Zanyatski", "title": "Manager", "avatarSmall": "url to small avatar", "profileUrl": "" }, "created": "2020-12-03T18:22:05.1750732Z", "title": "Send a commercial offer", "deadLine": "2020-12-03T18:22:05.1750732Z", "responsible": { "id": "00000000-0000-0000-0000-000000000000", "displayName": "Mike Zanyatski", "title": "Manager", "avatarSmall": "url to small avatar", "profileUrl": "" }, "category": { "imagePath": "path to image", "title": "Appointment", "description": "", "sortOrder": 2, "id": 30 }, "canEdit": true, "id": 0 } }
text/xml
<result> <status>0</status> <response> <createBy> <id>00000000-0000-0000-0000-000000000000</id> <displayName>Mike Zanyatski</displayName> <title>Manager</title> <avatarSmall>url to small avatar</avatarSmall> <profileUrl></profileUrl> </createBy> <created>2020-12-03T18:22:05.1750732Z</created> <title>Send a commercial offer</title> <deadLine>2020-12-03T18:22:05.1750732Z</deadLine> <responsible> <id>00000000-0000-0000-0000-000000000000</id> <displayName>Mike Zanyatski</displayName> <title>Manager</title> <avatarSmall>url to small avatar</avatarSmall> <profileUrl></profileUrl> </responsible> <category> <imagePath>path to image</imagePath> <title>Appointment</title> <description></description> <sortOrder>2</sortOrder> <id>30</id> </category> <canEdit>true</canEdit> <id>0</id> </response> </result>
Комментарии
0 комментариев
Статья закрыта для комментариев.