GetCaseInfo

This operation enables council or Private Certifier's to request ePlanning to resend the respective digital service details from the Planning Portal to their IT system.

path Parameters
CaseID
required
string

A fully qualified application number or case id

header Parameters
OrganisationID
required
string

Organisation name to indicate where the request is originated from.

Responses

Request samples

curl -i -X GET \
  https://api-uat.apps1.nsw.gov.au/planning/EventMgmt/v1/GetCaseInfo/:CaseID \
  -H 'OrganisationID: string'

Response samples

Content type
application/json
{
  • "statusCode": 404,
  • "message": "Internal Server error 19876",
  • "activityId": "00000011-0ab-xy00-0000-500000000000",
  • "errorCode": "DPE_TMS01",
  • "errorDetails": "Inner Exceptions, Stack Trace, etc"
}