This operation retrieves all of the active conditions available in the DPE Condition library and Council specific Condition library.
OrganisationID required | string The relevant organisation name to indicate where the request is originated from. |
IdempotencyID required | string Unique Id for this request. Allows the API to respond in an idempotent way if it has already been called with these parameters and prevents duplicate processing. Typically a UUID such as "63a9ba30-7a4b-4fac-b343-d1f05cf089f1" |
curl -i -X GET \ https://api-uat.apps1.nsw.gov.au/planning/Common/v2/AllConsentConditions \ -H 'IdempotencyID: string' \ -H 'OrganisationID: string'
{- "conditions": [
- {
- "conditionID": "COND-123",
- "conditionType": "Bespoke",
- "conditionTitle": "Approved Plans",
- "conditionText": "<p>Sample text <img height=\"255\" src=\"https%3A%2F%2Fapi-tst.apps1.nsw.gov.au%2Fplanning%2FDocMgmt%2Fv1%2FDocuments%2FDATA-CONTENT-IMAGE CONIMG21686646077367!PNG!/RTEIMAGES/\" width=\"500\"></p>",
- "conditionReason": "Plans condition",
- "effectiveDate": "2022-03-16T00:00:00.000Z",
- "expiryDate": "2023-03-16T00:00:00.000Z",
- "typeOfWork": "Demolition Work",
- "developmentStage": "General condition",
- "reasonForReporting": "This is for reporting purpose",
- "councilConditionID": "SAMPLE-123",
- "updatedTimestamp": "2019-08-24T14:15:22Z",
- "updatedByEmail": "abc@gmail.com"
}
]
}