@digdir/dialogporten-schema 1.55.1 → 1.55.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/swagger.verified.json +119 -48
package/package.json
CHANGED
package/swagger.verified.json
CHANGED
|
@@ -1810,33 +1810,46 @@
|
|
|
1810
1810
|
"additionalProperties": false,
|
|
1811
1811
|
"properties": {
|
|
1812
1812
|
"hasKeyRole": {
|
|
1813
|
+
"description": "Whether the authenticated user has a key role in the party.\n \nRead more about key roles (norwegian) at https://docs.altinn.studio/nb/altinn-studio/reference/configuration/authorization/guidelines_authorization/roles_and_rights/roles_er/#n\u00F8kkelroller",
|
|
1813
1814
|
"type": "boolean"
|
|
1814
1815
|
},
|
|
1815
1816
|
"hasOnlyAccessToSubParties": {
|
|
1817
|
+
"description": "If the authenticated user has only access to sub parties of this party, and not this party itself.",
|
|
1816
1818
|
"type": "boolean"
|
|
1817
1819
|
},
|
|
1818
1820
|
"isAccessManager": {
|
|
1821
|
+
"description": "Whether the authenticated user is an access manager of the party.\n \nRead more about access managers (norwegian) at https://docs.altinn.studio/nb/altinn-studio/reference/configuration/authorization/guidelines_authorization/roles_and_rights/roles_altinn/altinn_roles_administration/#tilgangsstrying",
|
|
1819
1822
|
"type": "boolean"
|
|
1820
1823
|
},
|
|
1821
1824
|
"isCurrentEndUser": {
|
|
1825
|
+
"description": "Whether this party represents the authenticated user.",
|
|
1822
1826
|
"type": "boolean"
|
|
1823
1827
|
},
|
|
1824
1828
|
"isDeleted": {
|
|
1829
|
+
"description": "Whether the party is deleted or not",
|
|
1825
1830
|
"type": "boolean"
|
|
1826
1831
|
},
|
|
1827
1832
|
"isMainAdministrator": {
|
|
1833
|
+
"description": "Whether the authenticated user is the main administrator of the party\n \nRead more about main administrator (norwegian) at https://docs.altinn.studio/nb/altinn-studio/reference/configuration/authorization/guidelines_authorization/roles_and_rights/roles_altinn/altinn_roles_administration/#hovedadministrator",
|
|
1828
1834
|
"type": "boolean"
|
|
1829
1835
|
},
|
|
1830
1836
|
"name": {
|
|
1837
|
+
"description": "The name of the party (verbatim from CCR, usually in all caps)",
|
|
1838
|
+
"example": "CONTOSO REAL ESTATE AS",
|
|
1831
1839
|
"type": "string"
|
|
1832
1840
|
},
|
|
1833
1841
|
"party": {
|
|
1842
|
+
"description": "The party identifier in URN format",
|
|
1843
|
+
"example": "urn:altinn:organization:identifier-no:912345678",
|
|
1834
1844
|
"type": "string"
|
|
1835
1845
|
},
|
|
1836
1846
|
"partyType": {
|
|
1847
|
+
"description": "The type of the party, either \u0022Organization\u0022 or \u0022Person\u0022.",
|
|
1848
|
+
"example": "Organization",
|
|
1837
1849
|
"type": "string"
|
|
1838
1850
|
},
|
|
1839
1851
|
"subParties": {
|
|
1852
|
+
"description": "The sub parties of this party, if any. The sub party uses the same data model.",
|
|
1840
1853
|
"items": {
|
|
1841
1854
|
"$ref": "#/components/schemas/V1EndUserPartiesQueriesGet_AuthorizedParty"
|
|
1842
1855
|
},
|
|
@@ -4846,6 +4859,7 @@
|
|
|
4846
4859
|
}
|
|
4847
4860
|
},
|
|
4848
4861
|
"info": {
|
|
4862
|
+
"description": "Dialogporten API description for both enduser and serviceowner users, as well as open metadata information for public key material.\u003Cbr\u003E\u003Cbr\u003EAll operations* described within this document require authentication and authorization. Read more at \u003Ca href=\u0022https://docs.altinn.studio/dialogporten/user-guides/authenticating/\u0022\u003Ehttps://docs.altinn.studio/dialogporten/user-guides/authenticating/\u003C/a\u003E\u003Cbr\u003E\u003Cbr\u003E\u003Cstrong\u003EAll GET operations* and POST operations may return or contain, respectively, personal identifiable information (national identity numbers and names).\u003C/strong\u003E\u003Cbr\u003E\u003Cbr\u003EFor more information about this product, see \u003Ca href=\u0022https://docs.altinn.studio/dialogporten\u0022\u003Ehttps://docs.altinn.studio/dialogporten\u003C/a\u003E\u003Cbr\u003E\u003Cbr\u003E\u003Cem\u003E* Except the metadata APIs",
|
|
4849
4863
|
"title": "Dialogporten",
|
|
4850
4864
|
"version": "v1"
|
|
4851
4865
|
},
|
|
@@ -4897,7 +4911,7 @@
|
|
|
4897
4911
|
},
|
|
4898
4912
|
"/api/v1/enduser/dialogs": {
|
|
4899
4913
|
"get": {
|
|
4900
|
-
"description": "Performs a search for dialogs, returning a paginated list of dialogs.
|
|
4914
|
+
"description": "Performs a search for dialogs, returning a paginated list of dialogs. \n\n* All date parameters must contain explicit time zone. Example: 2023-10-27T10:00:00Z or 2023-10-27T10:00:00\u002B01:00\n* See \u0022continuationToken\u0022 in the response for how to get the next page of results.\n* hasNextPage will be set to true if there are more items to get.",
|
|
4901
4915
|
"operationId": "V1EndUserDialogsSearch_SearchDialog",
|
|
4902
4916
|
"parameters": [
|
|
4903
4917
|
{
|
|
@@ -5133,7 +5147,9 @@
|
|
|
5133
5147
|
},
|
|
5134
5148
|
"security": [
|
|
5135
5149
|
{
|
|
5136
|
-
"JWTBearerAuth": [
|
|
5150
|
+
"JWTBearerAuth": [
|
|
5151
|
+
"digdir:dialogporten"
|
|
5152
|
+
]
|
|
5137
5153
|
}
|
|
5138
5154
|
],
|
|
5139
5155
|
"summary": "Gets a list of dialogs",
|
|
@@ -5144,7 +5160,7 @@
|
|
|
5144
5160
|
},
|
|
5145
5161
|
"/api/v1/enduser/dialogs/{dialogId}": {
|
|
5146
5162
|
"get": {
|
|
5147
|
-
"description": "Gets a single dialog aggregate.
|
|
5163
|
+
"description": "Gets a single dialog aggregate. ",
|
|
5148
5164
|
"operationId": "V1EndUserDialogsGet_GetDialog",
|
|
5149
5165
|
"parameters": [
|
|
5150
5166
|
{
|
|
@@ -5187,7 +5203,9 @@
|
|
|
5187
5203
|
},
|
|
5188
5204
|
"security": [
|
|
5189
5205
|
{
|
|
5190
|
-
"JWTBearerAuth": [
|
|
5206
|
+
"JWTBearerAuth": [
|
|
5207
|
+
"digdir:dialogporten"
|
|
5208
|
+
]
|
|
5191
5209
|
}
|
|
5192
5210
|
],
|
|
5193
5211
|
"summary": "Gets a single dialog",
|
|
@@ -5244,7 +5262,9 @@
|
|
|
5244
5262
|
},
|
|
5245
5263
|
"security": [
|
|
5246
5264
|
{
|
|
5247
|
-
"JWTBearerAuth": [
|
|
5265
|
+
"JWTBearerAuth": [
|
|
5266
|
+
"digdir:dialogporten"
|
|
5267
|
+
]
|
|
5248
5268
|
}
|
|
5249
5269
|
],
|
|
5250
5270
|
"summary": "Gets a list of dialog activities",
|
|
@@ -5255,7 +5275,7 @@
|
|
|
5255
5275
|
},
|
|
5256
5276
|
"/api/v1/enduser/dialogs/{dialogId}/activities/{activityId}": {
|
|
5257
5277
|
"get": {
|
|
5258
|
-
"description": "Gets a single activity belonging to a dialog.
|
|
5278
|
+
"description": "Gets a single activity belonging to a dialog.",
|
|
5259
5279
|
"operationId": "V1EndUserDialogActivitiesGet_GetDialogActivity",
|
|
5260
5280
|
"parameters": [
|
|
5261
5281
|
{
|
|
@@ -5307,7 +5327,9 @@
|
|
|
5307
5327
|
},
|
|
5308
5328
|
"security": [
|
|
5309
5329
|
{
|
|
5310
|
-
"JWTBearerAuth": [
|
|
5330
|
+
"JWTBearerAuth": [
|
|
5331
|
+
"digdir:dialogporten"
|
|
5332
|
+
]
|
|
5311
5333
|
}
|
|
5312
5334
|
],
|
|
5313
5335
|
"summary": "Gets a single dialog activity",
|
|
@@ -5366,7 +5388,9 @@
|
|
|
5366
5388
|
},
|
|
5367
5389
|
"security": [
|
|
5368
5390
|
{
|
|
5369
|
-
"JWTBearerAuth": [
|
|
5391
|
+
"JWTBearerAuth": [
|
|
5392
|
+
"digdir:dialogporten"
|
|
5393
|
+
]
|
|
5370
5394
|
}
|
|
5371
5395
|
],
|
|
5372
5396
|
"tags": [
|
|
@@ -5376,7 +5400,7 @@
|
|
|
5376
5400
|
},
|
|
5377
5401
|
"/api/v1/enduser/dialogs/{dialogId}/seenlog": {
|
|
5378
5402
|
"get": {
|
|
5379
|
-
"description": "Gets all seen log records for a dialog.
|
|
5403
|
+
"description": "Gets all seen log records for a dialog.",
|
|
5380
5404
|
"operationId": "V1EndUserDialogSeenLogsSearch_SearchDialogSeenLog",
|
|
5381
5405
|
"parameters": [
|
|
5382
5406
|
{
|
|
@@ -5422,7 +5446,9 @@
|
|
|
5422
5446
|
},
|
|
5423
5447
|
"security": [
|
|
5424
5448
|
{
|
|
5425
|
-
"JWTBearerAuth": [
|
|
5449
|
+
"JWTBearerAuth": [
|
|
5450
|
+
"digdir:dialogporten"
|
|
5451
|
+
]
|
|
5426
5452
|
}
|
|
5427
5453
|
],
|
|
5428
5454
|
"summary": "Gets all seen log records for a dialog",
|
|
@@ -5433,7 +5459,7 @@
|
|
|
5433
5459
|
},
|
|
5434
5460
|
"/api/v1/enduser/dialogs/{dialogId}/seenlog/{seenLogId}": {
|
|
5435
5461
|
"get": {
|
|
5436
|
-
"description": "Gets a single dialog seen log record.
|
|
5462
|
+
"description": "Gets a single dialog seen log record.",
|
|
5437
5463
|
"operationId": "V1EndUserDialogSeenLogsGet_GetDialogSeenLog",
|
|
5438
5464
|
"parameters": [
|
|
5439
5465
|
{
|
|
@@ -5485,7 +5511,9 @@
|
|
|
5485
5511
|
},
|
|
5486
5512
|
"security": [
|
|
5487
5513
|
{
|
|
5488
|
-
"JWTBearerAuth": [
|
|
5514
|
+
"JWTBearerAuth": [
|
|
5515
|
+
"digdir:dialogporten"
|
|
5516
|
+
]
|
|
5489
5517
|
}
|
|
5490
5518
|
],
|
|
5491
5519
|
"summary": "Gets a single dialog seen log record",
|
|
@@ -5577,7 +5605,9 @@
|
|
|
5577
5605
|
},
|
|
5578
5606
|
"security": [
|
|
5579
5607
|
{
|
|
5580
|
-
"JWTBearerAuth": [
|
|
5608
|
+
"JWTBearerAuth": [
|
|
5609
|
+
"digdir:dialogporten"
|
|
5610
|
+
]
|
|
5581
5611
|
}
|
|
5582
5612
|
],
|
|
5583
5613
|
"tags": [
|
|
@@ -5636,7 +5666,9 @@
|
|
|
5636
5666
|
},
|
|
5637
5667
|
"security": [
|
|
5638
5668
|
{
|
|
5639
|
-
"JWTBearerAuth": [
|
|
5669
|
+
"JWTBearerAuth": [
|
|
5670
|
+
"digdir:dialogporten"
|
|
5671
|
+
]
|
|
5640
5672
|
}
|
|
5641
5673
|
],
|
|
5642
5674
|
"summary": "Gets a list of dialog transmissions",
|
|
@@ -5647,7 +5679,7 @@
|
|
|
5647
5679
|
},
|
|
5648
5680
|
"/api/v1/enduser/dialogs/{dialogId}/transmissions/{transmissionId}": {
|
|
5649
5681
|
"get": {
|
|
5650
|
-
"description": "Gets a single transmission belonging to a dialog.
|
|
5682
|
+
"description": "Gets a single transmission belonging to a dialog.",
|
|
5651
5683
|
"operationId": "V1EndUserDialogTransmissionsGet_GetDialogTransmission",
|
|
5652
5684
|
"parameters": [
|
|
5653
5685
|
{
|
|
@@ -5702,7 +5734,9 @@
|
|
|
5702
5734
|
},
|
|
5703
5735
|
"security": [
|
|
5704
5736
|
{
|
|
5705
|
-
"JWTBearerAuth": [
|
|
5737
|
+
"JWTBearerAuth": [
|
|
5738
|
+
"digdir:dialogporten"
|
|
5739
|
+
]
|
|
5706
5740
|
}
|
|
5707
5741
|
],
|
|
5708
5742
|
"summary": "Gets a single dialog transmission",
|
|
@@ -5713,7 +5747,7 @@
|
|
|
5713
5747
|
},
|
|
5714
5748
|
"/api/v1/enduser/parties": {
|
|
5715
5749
|
"get": {
|
|
5716
|
-
"description": "Gets the list of authorized parties for the end user.
|
|
5750
|
+
"description": "Gets the list of authorized parties for the end user.",
|
|
5717
5751
|
"operationId": "V1EndUserPartiesGet_GetParties",
|
|
5718
5752
|
"responses": {
|
|
5719
5753
|
"200": {
|
|
@@ -5738,7 +5772,9 @@
|
|
|
5738
5772
|
},
|
|
5739
5773
|
"security": [
|
|
5740
5774
|
{
|
|
5741
|
-
"JWTBearerAuth": [
|
|
5775
|
+
"JWTBearerAuth": [
|
|
5776
|
+
"digdir:dialogporten"
|
|
5777
|
+
]
|
|
5742
5778
|
}
|
|
5743
5779
|
],
|
|
5744
5780
|
"summary": "Gets the list of authorized parties for the end user",
|
|
@@ -5749,7 +5785,7 @@
|
|
|
5749
5785
|
},
|
|
5750
5786
|
"/api/v1/serviceowner/dialogs": {
|
|
5751
5787
|
"get": {
|
|
5752
|
-
"description": "Performs a search for dialogs, returning a paginated list of dialogs
|
|
5788
|
+
"description": "Performs a search for dialogs, returning a paginated list of dialogs.\n\n* All date parameters must contain explicit time zone. Example: 2023-10-27T10:00:00Z or 2023-10-27T10:00:00\u002B01:00\n* See \u0022continuationToken\u0022 in the response for how to get the next page of results.\n* hasNextPage will be set to true if there are more items to get.",
|
|
5753
5789
|
"operationId": "V1ServiceOwnerDialogsSearch_SearchDialog",
|
|
5754
5790
|
"parameters": [
|
|
5755
5791
|
{
|
|
@@ -6013,7 +6049,10 @@
|
|
|
6013
6049
|
},
|
|
6014
6050
|
"security": [
|
|
6015
6051
|
{
|
|
6016
|
-
"JWTBearerAuth": [
|
|
6052
|
+
"JWTBearerAuth": [
|
|
6053
|
+
"digdir:dialogporten.serviceprovider",
|
|
6054
|
+
"digdir:dialogporten.serviceprovider.search"
|
|
6055
|
+
]
|
|
6017
6056
|
}
|
|
6018
6057
|
],
|
|
6019
6058
|
"summary": "Gets a list of dialogs",
|
|
@@ -6022,7 +6061,7 @@
|
|
|
6022
6061
|
]
|
|
6023
6062
|
},
|
|
6024
6063
|
"post": {
|
|
6025
|
-
"description": "The dialog is created with the given configuration
|
|
6064
|
+
"description": "The dialog is created with the given configuration.\n\nFor detailed information on validation rules, see [the source for CreateDialogCommandValidator](https://github.com/altinn/dialogporten/blob/main/src/Digdir.Domain.Dialogporten.Application/Features/V1/ServiceOwner/Dialogs/Commands/Create/CreateDialogCommandValidator.cs)",
|
|
6026
6065
|
"operationId": "V1ServiceOwnerDialogsCreate_Dialog",
|
|
6027
6066
|
"requestBody": {
|
|
6028
6067
|
"content": {
|
|
@@ -6091,7 +6130,9 @@
|
|
|
6091
6130
|
},
|
|
6092
6131
|
"security": [
|
|
6093
6132
|
{
|
|
6094
|
-
"JWTBearerAuth": [
|
|
6133
|
+
"JWTBearerAuth": [
|
|
6134
|
+
"digdir:dialogporten.serviceprovider"
|
|
6135
|
+
]
|
|
6095
6136
|
}
|
|
6096
6137
|
],
|
|
6097
6138
|
"summary": "Creates a new dialog",
|
|
@@ -6102,7 +6143,7 @@
|
|
|
6102
6143
|
},
|
|
6103
6144
|
"/api/v1/serviceowner/dialogs/{dialogId}": {
|
|
6104
6145
|
"delete": {
|
|
6105
|
-
"description": "Deletes a given dialog (soft delete)
|
|
6146
|
+
"description": "Deletes a given dialog (soft delete).\n\nNote that the dialog will still be available on the single details endpoint, but will have a deleted status. It will not appear on the list endpoint for either service owners nor end users.\nIf end users attempt to access the dialog via the details endpoint, they will get a 410 Gone response.\n\nOptimistic concurrency control is implemented using the If-Match header. Supply the Revision value from the GetDialog endpoint to ensure that the dialog is not deleted by another request in the meantime.",
|
|
6106
6147
|
"operationId": "V1ServiceOwnerDialogsDelete_Dialog",
|
|
6107
6148
|
"parameters": [
|
|
6108
6149
|
{
|
|
@@ -6179,7 +6220,9 @@
|
|
|
6179
6220
|
},
|
|
6180
6221
|
"security": [
|
|
6181
6222
|
{
|
|
6182
|
-
"JWTBearerAuth": [
|
|
6223
|
+
"JWTBearerAuth": [
|
|
6224
|
+
"digdir:dialogporten.serviceprovider"
|
|
6225
|
+
]
|
|
6183
6226
|
}
|
|
6184
6227
|
],
|
|
6185
6228
|
"summary": "Deletes a dialog",
|
|
@@ -6188,7 +6231,7 @@
|
|
|
6188
6231
|
]
|
|
6189
6232
|
},
|
|
6190
6233
|
"get": {
|
|
6191
|
-
"description": "Gets a single dialog aggregate
|
|
6234
|
+
"description": "Gets a single dialog aggregate.\n\nNote that this operation may return deleted dialogs (see the field \u0060DeletedAt\u0060).",
|
|
6192
6235
|
"operationId": "V1ServiceOwnerDialogsGet_GetDialog",
|
|
6193
6236
|
"parameters": [
|
|
6194
6237
|
{
|
|
@@ -6240,7 +6283,9 @@
|
|
|
6240
6283
|
},
|
|
6241
6284
|
"security": [
|
|
6242
6285
|
{
|
|
6243
|
-
"JWTBearerAuth": [
|
|
6286
|
+
"JWTBearerAuth": [
|
|
6287
|
+
"digdir:dialogporten.serviceprovider"
|
|
6288
|
+
]
|
|
6244
6289
|
}
|
|
6245
6290
|
],
|
|
6246
6291
|
"summary": "Gets a single dialog",
|
|
@@ -6361,7 +6406,9 @@
|
|
|
6361
6406
|
},
|
|
6362
6407
|
"security": [
|
|
6363
6408
|
{
|
|
6364
|
-
"JWTBearerAuth": [
|
|
6409
|
+
"JWTBearerAuth": [
|
|
6410
|
+
"digdir:dialogporten.serviceprovider"
|
|
6411
|
+
]
|
|
6365
6412
|
}
|
|
6366
6413
|
],
|
|
6367
6414
|
"summary": "Patch a single dialog",
|
|
@@ -6370,7 +6417,7 @@
|
|
|
6370
6417
|
]
|
|
6371
6418
|
},
|
|
6372
6419
|
"put": {
|
|
6373
|
-
"description": "Replaces a given dialog with the supplied model
|
|
6420
|
+
"description": "Replaces a given dialog with the supplied model.\n\nOptimistic concurrency control is implemented using the If-Match header. Supply the Revision value from the GetDialog endpoint to ensure that the dialog is not modified/deleted by another request in the meantime.",
|
|
6374
6421
|
"operationId": "V1ServiceOwnerDialogsUpdate_Dialog",
|
|
6375
6422
|
"parameters": [
|
|
6376
6423
|
{
|
|
@@ -6468,7 +6515,9 @@
|
|
|
6468
6515
|
},
|
|
6469
6516
|
"security": [
|
|
6470
6517
|
{
|
|
6471
|
-
"JWTBearerAuth": [
|
|
6518
|
+
"JWTBearerAuth": [
|
|
6519
|
+
"digdir:dialogporten.serviceprovider"
|
|
6520
|
+
]
|
|
6472
6521
|
}
|
|
6473
6522
|
],
|
|
6474
6523
|
"summary": "Replaces a dialog",
|
|
@@ -6479,7 +6528,7 @@
|
|
|
6479
6528
|
},
|
|
6480
6529
|
"/api/v1/serviceowner/dialogs/{dialogId}/actions/purge": {
|
|
6481
6530
|
"post": {
|
|
6482
|
-
"description": "Deletes a given dialog (hard delete)
|
|
6531
|
+
"description": "Deletes a given dialog (hard delete).\n\nOptimistic concurrency control is implemented using the If-Match header. Supply the Revision value from the GetDialog endpoint to ensure that the dialog is not deleted by another request in the meantime.",
|
|
6483
6532
|
"operationId": "V1ServiceOwnerDialogsPurge_PurgeDialog",
|
|
6484
6533
|
"parameters": [
|
|
6485
6534
|
{
|
|
@@ -6534,7 +6583,9 @@
|
|
|
6534
6583
|
},
|
|
6535
6584
|
"security": [
|
|
6536
6585
|
{
|
|
6537
|
-
"JWTBearerAuth": [
|
|
6586
|
+
"JWTBearerAuth": [
|
|
6587
|
+
"digdir:dialogporten.serviceprovider"
|
|
6588
|
+
]
|
|
6538
6589
|
}
|
|
6539
6590
|
],
|
|
6540
6591
|
"summary": "Permanently deletes a dialog",
|
|
@@ -6545,7 +6596,7 @@
|
|
|
6545
6596
|
},
|
|
6546
6597
|
"/api/v1/serviceowner/dialogs/{dialogId}/actions/restore": {
|
|
6547
6598
|
"post": {
|
|
6548
|
-
"description": "Restore a dialog.
|
|
6599
|
+
"description": "Restore a dialog. ",
|
|
6549
6600
|
"operationId": "V1ServiceOwnerDialogsRestore_RestoreDialog",
|
|
6550
6601
|
"parameters": [
|
|
6551
6602
|
{
|
|
@@ -6600,7 +6651,9 @@
|
|
|
6600
6651
|
},
|
|
6601
6652
|
"security": [
|
|
6602
6653
|
{
|
|
6603
|
-
"JWTBearerAuth": [
|
|
6654
|
+
"JWTBearerAuth": [
|
|
6655
|
+
"digdir:dialogporten.serviceprovider"
|
|
6656
|
+
]
|
|
6604
6657
|
}
|
|
6605
6658
|
],
|
|
6606
6659
|
"summary": "Restore a dialog",
|
|
@@ -6677,7 +6730,9 @@
|
|
|
6677
6730
|
},
|
|
6678
6731
|
"security": [
|
|
6679
6732
|
{
|
|
6680
|
-
"JWTBearerAuth": [
|
|
6733
|
+
"JWTBearerAuth": [
|
|
6734
|
+
"digdir:dialogporten.serviceprovider"
|
|
6735
|
+
]
|
|
6681
6736
|
}
|
|
6682
6737
|
],
|
|
6683
6738
|
"summary": "Returns a boolean value based on conditions used to determine if a notification is to be sent",
|
|
@@ -6734,7 +6789,9 @@
|
|
|
6734
6789
|
},
|
|
6735
6790
|
"security": [
|
|
6736
6791
|
{
|
|
6737
|
-
"JWTBearerAuth": [
|
|
6792
|
+
"JWTBearerAuth": [
|
|
6793
|
+
"digdir:dialogporten.serviceprovider"
|
|
6794
|
+
]
|
|
6738
6795
|
}
|
|
6739
6796
|
],
|
|
6740
6797
|
"summary": "Gets a list of dialog activities",
|
|
@@ -6743,7 +6800,7 @@
|
|
|
6743
6800
|
]
|
|
6744
6801
|
},
|
|
6745
6802
|
"post": {
|
|
6746
|
-
"description": "The activity is created with the given configuration
|
|
6803
|
+
"description": "The activity is created with the given configuration.\n\nOptimistic concurrency control is implemented using the If-Match header. Supply the Revision value from the GetDialog endpoint to ensure that the dialog is not modified/deleted by another request in the meantime.",
|
|
6747
6804
|
"operationId": "V1ServiceOwnerDialogActivitiesCreate_DialogActivity",
|
|
6748
6805
|
"parameters": [
|
|
6749
6806
|
{
|
|
@@ -6854,7 +6911,9 @@
|
|
|
6854
6911
|
},
|
|
6855
6912
|
"security": [
|
|
6856
6913
|
{
|
|
6857
|
-
"JWTBearerAuth": [
|
|
6914
|
+
"JWTBearerAuth": [
|
|
6915
|
+
"digdir:dialogporten.serviceprovider"
|
|
6916
|
+
]
|
|
6858
6917
|
}
|
|
6859
6918
|
],
|
|
6860
6919
|
"summary": "Adds a activity to a dialogs activity history",
|
|
@@ -6865,7 +6924,7 @@
|
|
|
6865
6924
|
},
|
|
6866
6925
|
"/api/v1/serviceowner/dialogs/{dialogId}/activities/{activityId}": {
|
|
6867
6926
|
"get": {
|
|
6868
|
-
"description": "Gets a single activity belonging to a dialog.
|
|
6927
|
+
"description": "Gets a single activity belonging to a dialog.",
|
|
6869
6928
|
"operationId": "V1ServiceOwnerDialogActivitiesGet_GetDialogActivity",
|
|
6870
6929
|
"parameters": [
|
|
6871
6930
|
{
|
|
@@ -6920,7 +6979,9 @@
|
|
|
6920
6979
|
},
|
|
6921
6980
|
"security": [
|
|
6922
6981
|
{
|
|
6923
|
-
"JWTBearerAuth": [
|
|
6982
|
+
"JWTBearerAuth": [
|
|
6983
|
+
"digdir:dialogporten.serviceprovider"
|
|
6984
|
+
]
|
|
6924
6985
|
}
|
|
6925
6986
|
],
|
|
6926
6987
|
"summary": "Gets a single dialog activity",
|
|
@@ -6931,7 +6992,7 @@
|
|
|
6931
6992
|
},
|
|
6932
6993
|
"/api/v1/serviceowner/dialogs/{dialogId}/seenlog": {
|
|
6933
6994
|
"get": {
|
|
6934
|
-
"description": "Gets all seen log records for a dialog.
|
|
6995
|
+
"description": "Gets all seen log records for a dialog.",
|
|
6935
6996
|
"operationId": "V1ServiceOwnerDialogSeenLogsSearch_SearchDialogSeenLog",
|
|
6936
6997
|
"parameters": [
|
|
6937
6998
|
{
|
|
@@ -6980,7 +7041,9 @@
|
|
|
6980
7041
|
},
|
|
6981
7042
|
"security": [
|
|
6982
7043
|
{
|
|
6983
|
-
"JWTBearerAuth": [
|
|
7044
|
+
"JWTBearerAuth": [
|
|
7045
|
+
"digdir:dialogporten.serviceprovider"
|
|
7046
|
+
]
|
|
6984
7047
|
}
|
|
6985
7048
|
],
|
|
6986
7049
|
"summary": "Gets all seen log records for a dialog",
|
|
@@ -6991,7 +7054,7 @@
|
|
|
6991
7054
|
},
|
|
6992
7055
|
"/api/v1/serviceowner/dialogs/{dialogId}/seenlog/{seenLogId}": {
|
|
6993
7056
|
"get": {
|
|
6994
|
-
"description": "Gets a single dialog seen log record.
|
|
7057
|
+
"description": "Gets a single dialog seen log record.",
|
|
6995
7058
|
"operationId": "V1ServiceOwnerDialogSeenLogsGet_GetDialogSeenLog",
|
|
6996
7059
|
"parameters": [
|
|
6997
7060
|
{
|
|
@@ -7046,7 +7109,9 @@
|
|
|
7046
7109
|
},
|
|
7047
7110
|
"security": [
|
|
7048
7111
|
{
|
|
7049
|
-
"JWTBearerAuth": [
|
|
7112
|
+
"JWTBearerAuth": [
|
|
7113
|
+
"digdir:dialogporten.serviceprovider"
|
|
7114
|
+
]
|
|
7050
7115
|
}
|
|
7051
7116
|
],
|
|
7052
7117
|
"summary": "Gets a single dialog seen log record",
|
|
@@ -7106,7 +7171,9 @@
|
|
|
7106
7171
|
},
|
|
7107
7172
|
"security": [
|
|
7108
7173
|
{
|
|
7109
|
-
"JWTBearerAuth": [
|
|
7174
|
+
"JWTBearerAuth": [
|
|
7175
|
+
"digdir:dialogporten.serviceprovider"
|
|
7176
|
+
]
|
|
7110
7177
|
}
|
|
7111
7178
|
],
|
|
7112
7179
|
"summary": "Gets a list of dialog transmissions",
|
|
@@ -7115,7 +7182,7 @@
|
|
|
7115
7182
|
]
|
|
7116
7183
|
},
|
|
7117
7184
|
"post": {
|
|
7118
|
-
"description": "The transmission is created with the given configuration
|
|
7185
|
+
"description": "The transmission is created with the given configuration.\n\nOptimistic concurrency control is implemented using the If-Match header. Supply the Revision value from the GetDialog endpoint to ensure that the dialog is not modified/deleted by another request in the meantime.",
|
|
7119
7186
|
"operationId": "V1ServiceOwnerDialogTransmissionsCreate_DialogTransmission",
|
|
7120
7187
|
"parameters": [
|
|
7121
7188
|
{
|
|
@@ -7226,7 +7293,9 @@
|
|
|
7226
7293
|
},
|
|
7227
7294
|
"security": [
|
|
7228
7295
|
{
|
|
7229
|
-
"JWTBearerAuth": [
|
|
7296
|
+
"JWTBearerAuth": [
|
|
7297
|
+
"digdir:dialogporten.serviceprovider"
|
|
7298
|
+
]
|
|
7230
7299
|
}
|
|
7231
7300
|
],
|
|
7232
7301
|
"summary": "Adds a transmission to a dialog",
|
|
@@ -7237,7 +7306,7 @@
|
|
|
7237
7306
|
},
|
|
7238
7307
|
"/api/v1/serviceowner/dialogs/{dialogId}/transmissions/{transmissionId}": {
|
|
7239
7308
|
"get": {
|
|
7240
|
-
"description": "Gets a single transmission belonging to a dialog.
|
|
7309
|
+
"description": "Gets a single transmission belonging to a dialog.",
|
|
7241
7310
|
"operationId": "V1ServiceOwnerDialogTransmissionsGet_GetDialogTransmission",
|
|
7242
7311
|
"parameters": [
|
|
7243
7312
|
{
|
|
@@ -7292,7 +7361,9 @@
|
|
|
7292
7361
|
},
|
|
7293
7362
|
"security": [
|
|
7294
7363
|
{
|
|
7295
|
-
"JWTBearerAuth": [
|
|
7364
|
+
"JWTBearerAuth": [
|
|
7365
|
+
"digdir:dialogporten.serviceprovider"
|
|
7366
|
+
]
|
|
7296
7367
|
}
|
|
7297
7368
|
],
|
|
7298
7369
|
"summary": "Gets a single dialog transmission",
|