Gets a producer production group by its ID.

SecurityBearer
Request
path Parameters
id
required
integer

The ID of the producer production group.

Responses
200

OK

401

Unauthorized

404

Not Found

500

Internal Server Error

get/company/{facilityId}/api/producer-production-groups/{id}
Request samples
Response samples
application/json
{
  • "projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
  • "name": "string",
  • "projectNumber": "string",
  • "projectName": "string",
  • "customerName": "string",
  • "deliveryDate": "2019-08-24",
  • "maxHeight": 0.1,
  • "maxSpan": 0.1,
  • "maxWeight": 0.1,
  • "totalBdft": 0.1,
  • "totalComponents": 0,
  • "totalLft": 0.1,
  • "totalPieces": 0,
  • "totalWeight": 0.1,
  • "uniquePieceCount": 0,
  • "components": [
    ],
  • "subPpgs": [
    ],
  • "id": 0,
  • "reports": [
    ],
  • "version": "string"
}