WorkCloud Docs
APIGeneratedV1Tools

/v1/Tools

EN
GET
/v1/Tools

Response Body

curl -X GET "https://api.workcloud.vn/v1/Tools"
{
  "success": true,
  "message": "string",
  "code": "string",
  "data": {
    "items": [
      {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
        "slug": "string",
        "name": "string",
        "description": "string",
        "category": "QrGenerator",
        "iconUrl": "string",
        "creditCost": 0.1,
        "isFree": true,
        "isActive": true
      }
    ],
    "totalCount": 0
  },
  "errors": [
    "string"
  ],
  "meta": {
    "timestamp": "2019-08-24T14:15:22Z",
    "version": "string",
    "requestId": "string"
  }
}