The structure of the “typeRegister” object is described below
{
"typeRegister": [
{
"value": "",
"reference": "",
"id": 0
}
]
}
In the reference image in ASMS, you can see the Record Type field.

| Propiedades | Descripción |
|---|---|
| value | Identificador del tipo de registro en DevOps |
| reference | Identificador único para crear una relación entre los conceptos project > category, itemType, typeRegister, applicant, responsibleGroup, responsible, company, client ver |
| id | Id del tipo de registro en ASMS |
EJEMPLO: Relación del tipo de registro en ASMS de Aranda / DevOps To create the list of record types, follow the instructions below:
- Get the IDs of the types of records from the Aranda ASMS.
- Get the IDs or value of DevOps record types.
- Assign the following equivalence of record types:
| Record type in DevOps | Type of registration in Aranda | Registry type ID Aranda | DevOps record type ID |
|---|---|---|---|
| Record Type 1 | Record Type 1 | 1 | id_item1 |
| Record Type 2 | Record Type 2 | 13 | id_item2 |
- Type the Registry type ID Aranda On Property “id” and the DevOps record type ID of its equivalent taken from DevOps On Property value
{
"typeRegister": [
{
"id": 1,
"value": "id_item1"
},
{
"id": 13,
"value": "id_item2"
}
]
}