[GET] /name
n /api/dms/objects/{objectId}/native/name
Description | Returns a name for the object based on a hit list configuration and the index data. There are three kinds of hit list configuration:
In enaio® client or enaio® webclient a user can configure the hit list for each object type. The hit list configuration should be applied when sending the object via mail (EMAILFIELDS), when displaying it in the client (FIELDS) and for the enaio® client application window title (WINDOWTITELFIELDS). One of this constants can be send within the request to use a specific configuration for generating the name. If no configuration is send within the request the constant FIELDS is used by default. Additional the ACCEPT_LANGUAGE can be send within the request to format date values in a certain format. |
---|---|
Request | GET |
Request optional |
|
Request Header |
|
Response | JSON |
Minimum Version | 5.4.0 |
Request | /api/dms/objects/11882/native/name |
Result | {
"objects": [{
"properties": {
"system:objectId": {
"value": "11816"
},
"system:objectTypeId": {
"value": "26"
},
"Name": {
"value": "11-09-2019 14.02.34 - info@optimal-systems.de - MyFieldValue"
}
}
}],
"numItems": 1,
"hasMoreItems": false,
"totalNumItems": 1
} |