cURL
curl --request GET \ --url https://app.switchkanban.com.br/api/v1/project_modules/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": 123, "name": "<string>", "project_id": 123, "progress": 123, "order": 123, "description": "<string>", "start": "<string>", "end": "<string>", "dependencies": [ 123 ], "custom_class": "<string>" } }
API token no formato Bearer. Exemplo: Bearer YOUR_API_TOKEN
ID do projeto
successful
Show child attributes