Attribute Types
GetAttributeType
GET {{domain}}/api/v1/Attribute/type
Gets the data types that are available for the central onboarding system
{
"message": "200",
"data": [
{
"id": 1,
"typeName": "string"
},
{
"id": 2,
"typeName": "int"
},
{
"id": 3,
"typeName": "date"
},
{
"id": 4,
"typeName": "bool"
},
{
"id": 5,
"typeName": "decimal"
}
]
}Last updated
Was this helpful?