/api/asset/read/{guid}

Получение информации о Ресурсе по GUID

  • Эндпоинт: /api/asset/read/{guid}

  • Метод: GET;

  • Авторизация: обязательна;

  • Параметры:

Guid (обязательно): Guid Ресурса.

  • Пример:

Запрос

Ответ

/api/asset/read/16f94238-ede9-435b-a001-1489b32e7dc2

```json

{

"id": "16",

"guid": "16f94238-ede9-435b-a001-1489b32e7dc2",

"name": "Asset 1",

"description": "My new test Asset",

"type": 2,

"text": "Hello World",

"password": null,

"password_expiration": null,

"robot_type": 3,

"robot_id": null,

"robot_group_id": null,

"is_deleted": 0,

"created_at": "2023-05-30 08:57:23",

"updated_at": "2023-05-30 09:00:00",

}

```

Last updated