Get A set Of data for the specified object
Get a set of data for the specified object.
Request
URI
POST
https://{api_host}/software-service/api/data-service/data/{classId}/{id}
COPY
Path Parameters
string
classId
Required
The identifier of the type of object to get data for.
string
id
Required
The unique id of the object to get data for. This should be sufficient to identify the object given classId.
Request Body
DynamicDataRequest
of type(s)
application/json
Required
"DynamicDataRequest Object"
boolean
ignoreUnknownFields
Optional
ignoreUnknownFields
string
tenantId
Optional
tenantId
array of
string
ids
Optional
ids
Responses
200
'Success' with the data
Returns
DynamicDataResponse
of type(s)
*/*
{
"values": {
"entries": [
{
"value": {},
"key": "string"
}
]
}
}
object
values
Optional
Equivalent of java.util.Map
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/software-service/api/data-service/data/{classId}/{id}
Api Operations
GET
Get SoftwareRequestState
POST
Get A set Of data for the specified object
GET
Get the schema for the specified object
GET
Get ScriptTypes
POST
Get the state Of A field In the specified schema
POST
Get the permissible values Of A field In the specified schema
PUT
Update SoftwareComponentType PublishStatus
GET
Get ScriptType for file extension
POST
Retrieves the list Of possible values for A given type Of object
GET
Get SoftwareResourceRequest
GET
Get ScriptType
POST
Get the state Of A field In the specified schema
GET
Get the schema for the specified object type
POST
Get the permissible values Of A field In the specified schema
POST
Get the state Of A field In the specified schema
POST
Get the permissible values Of A field In the specified schema
GET
Get the schema for the specified object class
POST
Create SoftwareComponentType
GET
Get SoftwareComponentTypeInfos
POST
Retrieves the list Of possible values for A given type Of object
GET
Get SoftwareComponentType
DELETE
Delete SoftwareComponentType
PUT
Update SoftwareComponentType