Developers
API ReferenceProject Numbering

Retrieve the ProjectNumbering resource with a possible next number.

GET
/project/project-numberings/{id}

Retrieve the ProjectNumbering resource with a possible next number.

Authorization<token>

Value for the Authorization header parameter.

In: header

Path Parameters

id*string

ProjectNumbering identifier

Response Body

curl -X GET "https://example.com/project/project-numberings/string"
{  "nextNumber": "string",  "id": "string",  "name": "string",  "pattern": "string",  "counterPadLength": 0,  "counterNextValue": 0,  "counterInterval": "P1M",  "isDefault": true}