curl --location 'https://stg-gateway.invora.app/api/v2/regulations/documents/'{
"items": [
{
"regulationId": "string",
"regulationName": "string",
"submissionStatus": "REGULATION_SUBMISSION_STATUS_UNSPECIFIED",
"diagnostics": [
{
"code": "string",
"message": "string",
"severity": "REGULATION_DIAGNOSTIC_SEVERITY_UNSPECIFIED"
}
],
"submittedAt": "2019-08-24T14:15:22.123Z",
"lastUpdatedAt": "2019-08-24T14:15:22.123Z",
"artifacts": [
{
"id": "string",
"contentType": "string",
"hash": "string",
"sizeBytes": "string",
"metadata": {}
}
],
"metadata": {}
}
]
}