Skip to content
Snippets Groups Projects
Commit 1774a41d authored by Marco Holz's avatar Marco Holz
Browse files

Beispiel für GET /destinations/{destinationId} aktualisiert

parent d69f5e18
No related branches found
No related tags found
1 merge request!84Informationen zur Konfiguration des Antragsrouting ergänzt
...@@ -373,24 +373,28 @@ $ curl \ ...@@ -373,24 +373,28 @@ $ curl \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-X GET $SERVICE_URL/v1/destinations/$DESTINATION_ID -X GET $SERVICE_URL/v1/destinations/$DESTINATION_ID
> { {
"destinationId": "7881dba9-4055-4854-8b6d-11ea5b7f3047", "destinationId": "13ad2349-975c-4167-bcd8-da606b4e1d84",
"status": "active",
"services": [ "services": [
{ {
"identifier": "urn:de:fim:leika:leistung:99010003001006", "identifier": "urn:de:fim:leika:leistung:99107004018000",
"submissionSchemas": [ "submissionSchemas": [
{ {
"schemaUri": "https://schema.fitko.de/fim/s00000121_1.0.0.schema.json", "schemaUri": "https://schema.fitko.de/fim/s00000122_1.0.0.schema.json",
"mimeType": "application/json" "mimeType": "application/json"
} }
], ],
"regions": [ "regions": [
"DE094750156156", "DE09415061516",
"DE09330411" "DE09420411"
] ]
} }
], ],
"encryptionKid": "c66e4423-e28d-4a1f-911d-818f9ab60221" "encryptionKid": "e4142167-7f03-4d4f-a8c9-c7ecc78f55f8",
"metadataVersions": [
"1.0.0"
]
} }
``` ```
</TabItem> </TabItem>
......
...@@ -373,24 +373,28 @@ $ curl \ ...@@ -373,24 +373,28 @@ $ curl \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-X GET $SERVICE_URL/v1/destinations/$DESTINATION_ID -X GET $SERVICE_URL/v1/destinations/$DESTINATION_ID
> { {
"destinationId": "7881dba9-4055-4854-8b6d-11ea5b7f3047", "destinationId": "13ad2349-975c-4167-bcd8-da606b4e1d84",
"status": "active",
"services": [ "services": [
{ {
"identifier": "urn:de:fim:leika:leistung:99010003001006", "identifier": "urn:de:fim:leika:leistung:99107004018000",
"submissionSchemas": [ "submissionSchemas": [
{ {
"schemaUri": "https://schema.fitko.de/fim/s00000121_1.0.0.schema.json", "schemaUri": "https://schema.fitko.de/fim/s00000122_1.0.0.schema.json",
"mimeType": "application/json" "mimeType": "application/json"
} }
], ],
"regions": [ "regions": [
"DE094750156156", "DE09415061516",
"DE09330411" "DE09420411"
] ]
} }
], ],
"encryptionKid": "c66e4423-e28d-4a1f-911d-818f9ab60221" "encryptionKid": "e4142167-7f03-4d4f-a8c9-c7ecc78f55f8",
"metadataVersions": [
"1.0.0"
]
} }
``` ```
</TabItem> </TabItem>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment