Web Services API | Extended Field Web Services | List extended fields
Modified on: Thu, 13 Apr 2023 4:30 PMObtains a list of users (always synchronously).
- Url: /integration/ws/management/rest/customFields
- Method: GET
-
Headers:
- Accept: version/format header
- X-Cloud-Auth-Token*: authorization header
-
Parameters:
- startIndex: index of the first user to list
- count: maximum number of users to list (default and limit 500)
-
Responses:
- 200: OK. Content:
-
Url example: http:// <tenant>.learningcloud.me/integration/ws/management/rest/customFields
- Response example:
[
{
"commonId": "acd8f1c0127d4fd4a79f1ec891c8c2e2",
"description": null,
"editable": false,
"externalId": null,
"name": "entero",
"possibleValues": [],
"type": "INT",
"visible": false
},
{
"commonId": "01b8356e01ae41939a4eb9635684880d",
"description": null,
"editable": false,
"externalId": null,
"name": "lista_valores",
"possibleValues": [
"v1"
],
"type": "ENUM",
"visible": false
},
{
"commonId": "c0aa5f5452c0436e811eba184624151a",
"description": null,
"editable": false,
"externalId": null,
"name": "CAMPO_TEXTO",
"possibleValues": [],
"type": "TEXT",
"visible": false
},
{
"commonId": "5b2b9b4b2c7946398eaebc1c0ef19222",
"description": null,
"editable": false,
"externalId": null,
"name": "CAMPO_ENTERO",
"possibleValues": [],
"type": "INT",
"visible": false
},
{
"commonId": "32b4cf4b5c074212b41679aa80202e7f",
"description": null,
"editable": false,
"externalId": null,
"name": "color",
"possibleValues": [
"rojo",
"verde"
],
"type": "ENUM",
"visible": false
},
{
"commonId": "21547b092a2c41d6b86d3c7f52a04e3e",
"description": null,
"editable": false,
"externalId": null,
"name": "letras",
"possibleValues": [
"m",
"j"
],
"type": "ENUM",
"visible": false
},
{
"commonId": "cdefd1425b1c4676825ba100a39ab402",
"description": null,
"editable": false,
"externalId": null,
"name": "data",
"possibleValues": [],
"type": "DATE",
"visible": false
},
{
"commonId": "58d31d451c9d4bee94748c3129152e28",
"description": null,
"editable": false,
"externalId": null,
"name": "bool",
"possibleValues": [],
"type": "BOOL",
"visible": false
},
{
"commonId": "e47fca7bf6d8449bac4dd74703863d1b",
"description": null,
"editable": false,
"externalId": null,
"name": "Agile",
"possibleValues": [
"XP",
"Kanban",
"Scrum"
],
"type": "ENUM",
"visible": false
},
{
"commonId": "cbb3c45e6eec4408b3a893166e653de8",
"description": "fecha de nacimiento",
"editable": false,
"externalId": null,
"name": "fecha de nacimiento",
"possibleValues": [],
"type": "DATE",
"visible": false
}
]