Field Name | Type | Description |
---|
properties | PropertyList | |
Example Request:
Example Response:
{
"id":2147483647,
"properties":[
{
"id":94463540,
"groupName":"?",
"propertyName":"?",
"columnName":"?",
"dataType":"?",
"defaultColumn":"?",
"mandatory":"?"
} ]
}
getAllGroupsName GET Interface
Method: GET
Relative URL: configuration/get-all-groups-name
Request Headers: Accept, Authorization
Response Headers: Content-Length, Content-Type.
Response Structure:
Field Name | Type | Description |
---|
groupList | GroupList | |
Example Request:
Example Response:
{
"id":2147483647,
"groups":[
{
"id":2147483647,
"groupName":"?",
"groupOrder":?,
"archive":?,
"lastModifiedBy": {
"id":594120367,
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
},
"createdBy": {
"id":99597849,
"stringobj":"?",
"shortName":"?",
"s3Name":"?",
"uniqueId":"?",
"lineType":"?",
},
"lastModifiedOn":?,
"createdOn":?,
"defaultColumn":?,
"uniqueId":"?"
} ]
}
getAllOrder GET Interface
Method: GET
Relative URL: configuration/get-all-order
Request Headers: Accept, Authorization
Response Headers: Content-Length, Content-Type.
Response Structure:
Field Name | Type | Description |
---|
groupList | Response | |
Example Request:
Example Response:
{
"id":2147483647,
"response":"?"
}