Examples

GET /v1/types/allocation_dates
{
   "message":null,
   "result":[
      {
         "allocationDateTypeId":1,
         "allocationDateType":"Submitted",
         "displayAllocationDateType":"Submitted"
      },
      {
         "allocationDateTypeId":2,
         "allocationDateType":"Suggested",
         "displayAllocationDateType":"Suggested"
      },
      {
         "allocationDateTypeId":3,
         "allocationDateType":"Awarded",
         "displayAllocationDateType":"Awarded"
      }
   ]
}

Returns

Code: 200

Description:

OK

Param name Description
allocationDateTypeId
required

Validations:

  • Must be a Integer

allocationDateType
required

Validations:

  • Must be a String

displayAllocationDateType
required

Validations:

  • Must be a String