Key Formats
GET {{base_url}}/KeyCvt/CFGFormat
Use this endpoint to retrieve key formats information about your current company.
You can use this endpoint to get the number of levels and delimiter of the organization structure.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Required. |
The type of content supported by the API endpoint. |
| Authorization
| string | | Required.
The type of authorization supported by the API endpoint. |
RESPONSES
status: OK
[{"PKey":"Dltk","Entity":"","WBS1Length":9,"WBS1LeadZeros":"Y","WBS1Delimiter1":"","WBS1Delimiter1Position":0,"WBS1Delimiter2":"","WBS1Delimiter2Position":0,"WBS1ChangeSide":"Left","WBS1Label":"Project","WBS2Length":3,"WBS2LeadZeros":"Y","WBS2Delimiter":"","WBS2DelimiterPosition":0,"WBS2ChangeSide":"Left","WBS2Label":"Phase","WBS3Length":3,"WBS3LeadZeros":"Y","WBS3Delimiter":"","WBS3DelimiterPosition":0,"WBS3ChangeSide":"Left","WBS3Label":"Task","EmployeeLength":5,"EmployeeLeadZeros":"Y","EmployeeDelimiter":"","EmployeeDelimiterPosition":0,"AccountLength":6,"AccountLeadZeros":"Y","AccountDelimiter":".","AccountDelimiterPosition":4,"ClientLength":10,"ClientLeadZeros":"Y","ClientDelimiter":"","ClientDelimiterPosition":0,"VendorLength":10,"VendorLeadZeros":"Y","VendorDelimiter":"","VendorDelimiterPosition":0,"UnitLength":5,"UnitLeadZeros":"Y","UnitDelimiter":"","UnitDelimiterPosition":0,"RefnoLength":7,"OrgLevels":3,"OrgDelimiter":":","LCLevels":2,"LCDelimiter":"","ChangeSide":"Left"}]