This endpoint returns structured Project Template Additional Tab objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the results array and will be indexed by ID in the project_template_additional_tabs top-level JSON key. Please see our Response Format section for more information.
- https://api.mavenlink.com/api/v1https://api.mavenlink.com/api/v1/project_template_additional_tabs
curl -i -X GET \
'https://api.mavenlink.com/api/v1/project_template_additional_tabs?only=string&order=updated_at%3Adesc&page=1&per_page=20&project_template_id=0'Response
{ "count": 0, "meta": { "count": 0, "page_count": 0, "page_number": 0, "page_size": 0 }, "results": [ { "key": "string", "id": "string" } ], "project_template_additional_tabs": { "property1": { "associated_tab_id": 0, "project_template_id": 0, "tab_type": "string" }, "property2": { "associated_tab_id": 0, "project_template_id": 0, "tab_type": "string" } } }