- Open API
- Get entity record by ID
- Get entity records
- Query entity records
- Delete entity record by ID
- Update entity record by ID
- Create entity record
- Create multiple entity records
- Update multiple entity records
- Delete multiple entity records
- Descargar archivo desde el Campo de registro
- Cargar archivo en el campo de registro
- Delete file from record field
- Bulk upload

Data Fabric API guide
Get entity record by ID
Retrieves a single entity record by ID.
GET
BaseURL/EntityService/<Entity>/read/{id}
-
URL base:
https://cloud.uipath.com/{organizationName}/{tenantName}/datafabric_/api
Encabezado |
Valor |
---|---|
Autorización |
Bearer
<access_token>
|
<...>
con sus valores de caso de uso correspondientes.
<access_token>
es el que recibió cuando autorizó la aplicación externa. Está disponible durante 1 hora; luego debes generar uno nuevo o solicitar un token de actualización.
Path variable |
Tipo de datos |
Descripción |
Valor predeterminado |
---|---|---|---|
id (required) |
|
The ID of the entity's record you want to retrieve from the Data Fabric. |
N/A |
Parámetro de consulta |
Tipo de datos |
Descripción |
Valor predeterminado |
---|---|---|---|
expansionLevel (optional) |
Int32 |
Especifica la profundidad de los registros relacionados que se van a recuperar. El valor de este parámetro puede ser 1, 2 o 3. |
2 |
{
"ClosingDate": "2021-03-04",
"CreatedBy": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"CreateTime": "2021-03-04T10:20:24.485Z",
"Id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"Logo": {
"Name": "string",
"Path": "string",
"Size": 0,
"Type": "string"
},
"Name": "string",
"Nations": 0,
"OlymipcsVersion": 0,
"OpeningDate": "2021-03-04",
"UpdatedBy": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"UpdateTime": "2021-03-04T10:20:24.485Z"
}
{
"ClosingDate": "2021-03-04",
"CreatedBy": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"CreateTime": "2021-03-04T10:20:24.485Z",
"Id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"Logo": {
"Name": "string",
"Path": "string",
"Size": 0,
"Type": "string"
},
"Name": "string",
"Nations": 0,
"OlymipcsVersion": 0,
"OpeningDate": "2021-03-04",
"UpdatedBy": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"UpdateTime": "2021-03-04T10:20:24.485Z"
}
You are not authenticated to access Data Fabric. Make sure your Assistant or Robot is connected to a modern folder in your account.