Retrieve categories with templates
Developing
Request
Body Params application/json
Request Code Samples
curl --location --request GET 'http://localhost:3000/api/wiki-templates' \
--header 'Authorization;' \
--header 'initiativeId;' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Responses
application/json {
"id": {
"id": 1,
"title": null,
"benchmark": null,
"benchmarkUnit": null,
"benchmarkType": null,
"initiativeId": null,
"userId": null,
"dueDate": null,
"status": "active",
"statement": null,
"artifact": null,
"artifactExternalKey": null,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"visualization": "0",
"order": "1",
"dashboardVisualization": "1",
"value": null
}
}
Modified at 2025-04-02 06:51:58