Batch Create Custom Log Type Objects

post

/api/restapi/customLogTypeObject/batch

Send a request to this endpoint to create custom log type objects. An application object will be created for each JSON object provided in the request body.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : List<ApiEntityCustomLogTypeObjectInput>
Type: array
Title: List<ApiEntityCustomLogTypeObjectInput>
Show Source
  • ApiEntityCustomLogTypeObjectInput
    Title: ApiEntityCustomLogTypeObjectInput
    This entity represents a CustomLogTypeObject object, a unique CustomLogTypeObject object can be identified by the following combinations of the fields.
    • customLogTypeObjectId
    • customLogTypeObjectName,scope,scopeId
    • customLogTypeObjectName,scope,scopeCode,workspaceId
    • customLogTypeObjectName,scope,scopeCode,workspaceCode
Nested Schema : ApiEntityCustomLogTypeObjectInput
Type: object
Title: ApiEntityCustomLogTypeObjectInput
This entity represents a CustomLogTypeObject object, a unique CustomLogTypeObject object can be identified by the following combinations of the fields.
  • customLogTypeObjectId
  • customLogTypeObjectName,scope,scopeId
  • customLogTypeObjectName,scope,scopeCode,workspaceId
  • customLogTypeObjectName,scope,scopeCode,workspaceCode
Show Source
Nested Schema : appliesTo
Type: array
The list of code type assignments.
Show Source
Nested Schema : customLogTypeCodeTypes
Type: array
The code types associated with a custom log type object.
Show Source
Nested Schema : customLogUdfs
Type: array
An object containing configured fields in the form of key-value pairs.
Show Source
Nested Schema : ApiEntityCustomLogEntityTypeInput
Type: object
Title: ApiEntityCustomLogEntityTypeInput
Show Source
  • Allowed Values: [ "DELETE" ]
    Provide value for this field during object update to delete the assigned configured field value.
  • The system-generated identifier of custom log type object and entity association.
  • Allowed Values: [ "PROGRAM", "PROJECT" ]
    Indicates the type of object the custom log type object is associated to.
  • Read Only: true
    Deprecated. As of 23.10.
    Date when the record was last updated.
Nested Schema : ApiEntityCustomLogTypeCodeTypeInput
Type: object
Title: ApiEntityCustomLogTypeCodeTypeInput
Show Source
Nested Schema : ApiEntityCustomLogUdfInput
Type: object
Title: ApiEntityCustomLogUdfInput
Show Source
Examples

Back to Top

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : List<ApiEntityCustomLogTypeObject>
Type: array
Title: List<ApiEntityCustomLogTypeObject>
Show Source
Nested Schema : ApiEntityCustomLogTypeObject
Type: object
Title: ApiEntityCustomLogTypeObject
Show Source
Nested Schema : appliesTo
Type: array
The list of code type assignments.
Show Source
Nested Schema : customLogTypeCodeTypes
Type: array
The code types associated with a custom log type object.
Show Source
Nested Schema : customLogUdfs
Type: array
An object containing configured fields in the form of key-value pairs.
Show Source
Nested Schema : ApiEntityCustomLogEntityType
Type: object
Title: ApiEntityCustomLogEntityType
Show Source
Nested Schema : ApiEntityCustomLogTypeCodeType
Type: object
Title: ApiEntityCustomLogTypeCodeType
Show Source
Nested Schema : ApiEntityCustomLogUdf
Type: object
Title: ApiEntityCustomLogUdf
Show Source

400 Response

Invalid Input.
Back to Top