View Assignment Configured Fields

get

/primeapi/restapi/assignment/{id}/configuredFields

This endpoint returns assignment configured fields that meet the following requirements:
  • The object has an ID that matches the value of the {id} path parameter.
Assignments represent the allocation of project or workspace resources to project activities.

Request

Path Parameters

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : ApiEntityAssignmentConfiguredFields
Type: object
Show Source
Nested Schema : costFlexMap
Type: object
Additional Properties Allowed
Show Source
The cost fields associated with an asssignment.
Nested Schema : otherFlexMap
Type: object
Additional Properties Allowed
Show Source
The cost fields associated with an asssignment.
Nested Schema : textFlexMap
Type: object
Additional Properties Allowed
Show Source
The cost fields associated with an asssignment.
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object

204 Response

Successful operation with no content.

404 Response

The requested assignment does not exist, or you do not have access to it.