Assign a Custom Log Type Object to Workspaces, Programs and Projects

post

/api/restapi/customLogTypeObject/assign

Send a request to this end point to assign a custom log type object created in a workspace to the other workspaces in the hierarchy, projects and programs under the created workspace.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityCustomLogTypeObjectAssignRequestInput
Type: object
Title: ApiEntityCustomLogTypeObjectAssignRequestInput
Show Source
Nested Schema : customLogTypeObject
This field represents the custom log type object record that needs to assigned to a different workspaces, programs and projects. It contains the fields to uniquely identify a custom log type object record.
Match All
Show Source
Nested Schema : programs
Type: array
This field represents the list of program records that the custom log type object needs to be assigned.
Show Source
Nested Schema : projects
Type: array
This field represents the list of project records that the custom log type object needs to be assigned.
Show Source
Nested Schema : workspaces
Type: array
This field represents the list of workspace records that the custom log type object needs to be assigned.
Show Source
Nested Schema : CustomLogTypeObjectIdentifier
Type: object
Title: CustomLogTypeObjectIdentifier
Show Source
Nested Schema : ProgramIdentifier
Type: object
Title: ProgramIdentifier
Show Source
Nested Schema : ProjectIdentifier
Type: object
Title: ProjectIdentifier
Show Source
Nested Schema : WorkspaceIdentifier
Type: object
Title: WorkspaceIdentifier
Show Source
Back to Top

Response

Supported Media Types

200 Response

The object was successfully updated.
Body ()
Root Schema : ApiEntityCustomLogTypeObjectAssignResponse
Type: object
Title: ApiEntityCustomLogTypeObjectAssignResponse
Show Source
  • customLogTypeObject
    Read Only: true
    This field represents the custom log type object record that needs to assigned to a different workspaces, programs and projects. It contains the fields to uniquely identify a custom log type object record.
  • Represents the error message for the operation on a given object. The field is non-persistable and thus maximum length is not applicable.
  • programs
    This field represents the list of program records along with the status of the assign operation.
  • projects
    This field represents the list of project records along with the status of the assign operation.
  • The status code of the operation on a given object.
  • Represents the warning message for the operation on a given object. The field is non-persistable and thus maximum length is not applicable.
  • workspaces
    This field represents the list of workspace records along with the status of the assign operation.
Nested Schema : customLogTypeObject
Read Only: true
This field represents the custom log type object record that needs to assigned to a different workspaces, programs and projects. It contains the fields to uniquely identify a custom log type object record.
Match All
Show Source
Nested Schema : programs
Type: array
This field represents the list of program records along with the status of the assign operation.
Show Source
Nested Schema : projects
Type: array
This field represents the list of project records along with the status of the assign operation.
Show Source
Nested Schema : workspaces
Type: array
This field represents the list of workspace records along with the status of the assign operation.
Show Source
Nested Schema : CustomLogTypeObjectIdentifier
Type: object
Title: CustomLogTypeObjectIdentifier
Show Source
Nested Schema : ApiEntityGenericResponseProgramIdentifier
Type: object
Title: ApiEntityGenericResponseProgramIdentifier
Show Source
  • Represents the error message for the operation on a given object. The field is non-persistable and thus maximum length is not applicable.
  • object
    The object the operation performed on.
  • The status code of the operation on a given object.
  • Represents the warning message for the operation on a given object. The field is non-persistable and thus maximum length is not applicable.
Nested Schema : object
The object the operation performed on.
Match All
Show Source
Nested Schema : ProgramIdentifier
Type: object
Title: ProgramIdentifier
Show Source
Nested Schema : ApiEntityGenericResponseProjectIdentifier
Type: object
Title: ApiEntityGenericResponseProjectIdentifier
Show Source
  • Represents the error message for the operation on a given object. The field is non-persistable and thus maximum length is not applicable.
  • object
    The object the operation performed on.
  • The status code of the operation on a given object.
  • Represents the warning message for the operation on a given object. The field is non-persistable and thus maximum length is not applicable.
Nested Schema : object
The object the operation performed on.
Match All
Show Source
Nested Schema : ProjectIdentifier
Type: object
Title: ProjectIdentifier
Show Source
Nested Schema : ApiEntityGenericResponseWorkspaceIdentifier
Type: object
Title: ApiEntityGenericResponseWorkspaceIdentifier
Show Source
  • Represents the error message for the operation on a given object. The field is non-persistable and thus maximum length is not applicable.
  • object
    The object the operation performed on.
  • The status code of the operation on a given object.
  • Represents the warning message for the operation on a given object. The field is non-persistable and thus maximum length is not applicable.
Nested Schema : object
The object the operation performed on.
Match All
Show Source
Nested Schema : WorkspaceIdentifier
Type: object
Title: WorkspaceIdentifier
Show Source

400 Response

Invalid Input.
Back to Top