@digdir/dialogporten-schema 1.55.0 → 1.55.1-d91eacb
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 +106 -48
package/package.json
CHANGED
package/swagger.verified.json
CHANGED
|
@@ -4846,6 +4846,7 @@
|
|
|
4846
4846
|
}
|
|
4847
4847
|
},
|
|
4848
4848
|
"info": {
|
|
4849
|
+
"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
4850
|
"title": "Dialogporten",
|
|
4850
4851
|
"version": "v1"
|
|
4851
4852
|
},
|
|
@@ -4897,7 +4898,7 @@
|
|
|
4897
4898
|
},
|
|
4898
4899
|
"/api/v1/enduser/dialogs": {
|
|
4899
4900
|
"get": {
|
|
4900
|
-
"description": "Performs a search for dialogs, returning a paginated list of dialogs.
|
|
4901
|
+
"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
4902
|
"operationId": "V1EndUserDialogsSearch_SearchDialog",
|
|
4902
4903
|
"parameters": [
|
|
4903
4904
|
{
|
|
@@ -5133,7 +5134,9 @@
|
|
|
5133
5134
|
},
|
|
5134
5135
|
"security": [
|
|
5135
5136
|
{
|
|
5136
|
-
"JWTBearerAuth": [
|
|
5137
|
+
"JWTBearerAuth": [
|
|
5138
|
+
"digdir:dialogporten"
|
|
5139
|
+
]
|
|
5137
5140
|
}
|
|
5138
5141
|
],
|
|
5139
5142
|
"summary": "Gets a list of dialogs",
|
|
@@ -5144,7 +5147,7 @@
|
|
|
5144
5147
|
},
|
|
5145
5148
|
"/api/v1/enduser/dialogs/{dialogId}": {
|
|
5146
5149
|
"get": {
|
|
5147
|
-
"description": "Gets a single dialog aggregate.
|
|
5150
|
+
"description": "Gets a single dialog aggregate. ",
|
|
5148
5151
|
"operationId": "V1EndUserDialogsGet_GetDialog",
|
|
5149
5152
|
"parameters": [
|
|
5150
5153
|
{
|
|
@@ -5187,7 +5190,9 @@
|
|
|
5187
5190
|
},
|
|
5188
5191
|
"security": [
|
|
5189
5192
|
{
|
|
5190
|
-
"JWTBearerAuth": [
|
|
5193
|
+
"JWTBearerAuth": [
|
|
5194
|
+
"digdir:dialogporten"
|
|
5195
|
+
]
|
|
5191
5196
|
}
|
|
5192
5197
|
],
|
|
5193
5198
|
"summary": "Gets a single dialog",
|
|
@@ -5244,7 +5249,9 @@
|
|
|
5244
5249
|
},
|
|
5245
5250
|
"security": [
|
|
5246
5251
|
{
|
|
5247
|
-
"JWTBearerAuth": [
|
|
5252
|
+
"JWTBearerAuth": [
|
|
5253
|
+
"digdir:dialogporten"
|
|
5254
|
+
]
|
|
5248
5255
|
}
|
|
5249
5256
|
],
|
|
5250
5257
|
"summary": "Gets a list of dialog activities",
|
|
@@ -5255,7 +5262,7 @@
|
|
|
5255
5262
|
},
|
|
5256
5263
|
"/api/v1/enduser/dialogs/{dialogId}/activities/{activityId}": {
|
|
5257
5264
|
"get": {
|
|
5258
|
-
"description": "Gets a single activity belonging to a dialog.
|
|
5265
|
+
"description": "Gets a single activity belonging to a dialog.",
|
|
5259
5266
|
"operationId": "V1EndUserDialogActivitiesGet_GetDialogActivity",
|
|
5260
5267
|
"parameters": [
|
|
5261
5268
|
{
|
|
@@ -5307,7 +5314,9 @@
|
|
|
5307
5314
|
},
|
|
5308
5315
|
"security": [
|
|
5309
5316
|
{
|
|
5310
|
-
"JWTBearerAuth": [
|
|
5317
|
+
"JWTBearerAuth": [
|
|
5318
|
+
"digdir:dialogporten"
|
|
5319
|
+
]
|
|
5311
5320
|
}
|
|
5312
5321
|
],
|
|
5313
5322
|
"summary": "Gets a single dialog activity",
|
|
@@ -5366,7 +5375,9 @@
|
|
|
5366
5375
|
},
|
|
5367
5376
|
"security": [
|
|
5368
5377
|
{
|
|
5369
|
-
"JWTBearerAuth": [
|
|
5378
|
+
"JWTBearerAuth": [
|
|
5379
|
+
"digdir:dialogporten"
|
|
5380
|
+
]
|
|
5370
5381
|
}
|
|
5371
5382
|
],
|
|
5372
5383
|
"tags": [
|
|
@@ -5376,7 +5387,7 @@
|
|
|
5376
5387
|
},
|
|
5377
5388
|
"/api/v1/enduser/dialogs/{dialogId}/seenlog": {
|
|
5378
5389
|
"get": {
|
|
5379
|
-
"description": "Gets all seen log records for a dialog.
|
|
5390
|
+
"description": "Gets all seen log records for a dialog.",
|
|
5380
5391
|
"operationId": "V1EndUserDialogSeenLogsSearch_SearchDialogSeenLog",
|
|
5381
5392
|
"parameters": [
|
|
5382
5393
|
{
|
|
@@ -5422,7 +5433,9 @@
|
|
|
5422
5433
|
},
|
|
5423
5434
|
"security": [
|
|
5424
5435
|
{
|
|
5425
|
-
"JWTBearerAuth": [
|
|
5436
|
+
"JWTBearerAuth": [
|
|
5437
|
+
"digdir:dialogporten"
|
|
5438
|
+
]
|
|
5426
5439
|
}
|
|
5427
5440
|
],
|
|
5428
5441
|
"summary": "Gets all seen log records for a dialog",
|
|
@@ -5433,7 +5446,7 @@
|
|
|
5433
5446
|
},
|
|
5434
5447
|
"/api/v1/enduser/dialogs/{dialogId}/seenlog/{seenLogId}": {
|
|
5435
5448
|
"get": {
|
|
5436
|
-
"description": "Gets a single dialog seen log record.
|
|
5449
|
+
"description": "Gets a single dialog seen log record.",
|
|
5437
5450
|
"operationId": "V1EndUserDialogSeenLogsGet_GetDialogSeenLog",
|
|
5438
5451
|
"parameters": [
|
|
5439
5452
|
{
|
|
@@ -5485,7 +5498,9 @@
|
|
|
5485
5498
|
},
|
|
5486
5499
|
"security": [
|
|
5487
5500
|
{
|
|
5488
|
-
"JWTBearerAuth": [
|
|
5501
|
+
"JWTBearerAuth": [
|
|
5502
|
+
"digdir:dialogporten"
|
|
5503
|
+
]
|
|
5489
5504
|
}
|
|
5490
5505
|
],
|
|
5491
5506
|
"summary": "Gets a single dialog seen log record",
|
|
@@ -5577,7 +5592,9 @@
|
|
|
5577
5592
|
},
|
|
5578
5593
|
"security": [
|
|
5579
5594
|
{
|
|
5580
|
-
"JWTBearerAuth": [
|
|
5595
|
+
"JWTBearerAuth": [
|
|
5596
|
+
"digdir:dialogporten"
|
|
5597
|
+
]
|
|
5581
5598
|
}
|
|
5582
5599
|
],
|
|
5583
5600
|
"tags": [
|
|
@@ -5636,7 +5653,9 @@
|
|
|
5636
5653
|
},
|
|
5637
5654
|
"security": [
|
|
5638
5655
|
{
|
|
5639
|
-
"JWTBearerAuth": [
|
|
5656
|
+
"JWTBearerAuth": [
|
|
5657
|
+
"digdir:dialogporten"
|
|
5658
|
+
]
|
|
5640
5659
|
}
|
|
5641
5660
|
],
|
|
5642
5661
|
"summary": "Gets a list of dialog transmissions",
|
|
@@ -5647,7 +5666,7 @@
|
|
|
5647
5666
|
},
|
|
5648
5667
|
"/api/v1/enduser/dialogs/{dialogId}/transmissions/{transmissionId}": {
|
|
5649
5668
|
"get": {
|
|
5650
|
-
"description": "Gets a single transmission belonging to a dialog.
|
|
5669
|
+
"description": "Gets a single transmission belonging to a dialog.",
|
|
5651
5670
|
"operationId": "V1EndUserDialogTransmissionsGet_GetDialogTransmission",
|
|
5652
5671
|
"parameters": [
|
|
5653
5672
|
{
|
|
@@ -5702,7 +5721,9 @@
|
|
|
5702
5721
|
},
|
|
5703
5722
|
"security": [
|
|
5704
5723
|
{
|
|
5705
|
-
"JWTBearerAuth": [
|
|
5724
|
+
"JWTBearerAuth": [
|
|
5725
|
+
"digdir:dialogporten"
|
|
5726
|
+
]
|
|
5706
5727
|
}
|
|
5707
5728
|
],
|
|
5708
5729
|
"summary": "Gets a single dialog transmission",
|
|
@@ -5713,7 +5734,7 @@
|
|
|
5713
5734
|
},
|
|
5714
5735
|
"/api/v1/enduser/parties": {
|
|
5715
5736
|
"get": {
|
|
5716
|
-
"description": "Gets the list of authorized parties for the end user.
|
|
5737
|
+
"description": "Gets the list of authorized parties for the end user.",
|
|
5717
5738
|
"operationId": "V1EndUserPartiesGet_GetParties",
|
|
5718
5739
|
"responses": {
|
|
5719
5740
|
"200": {
|
|
@@ -5738,7 +5759,9 @@
|
|
|
5738
5759
|
},
|
|
5739
5760
|
"security": [
|
|
5740
5761
|
{
|
|
5741
|
-
"JWTBearerAuth": [
|
|
5762
|
+
"JWTBearerAuth": [
|
|
5763
|
+
"digdir:dialogporten"
|
|
5764
|
+
]
|
|
5742
5765
|
}
|
|
5743
5766
|
],
|
|
5744
5767
|
"summary": "Gets the list of authorized parties for the end user",
|
|
@@ -5749,7 +5772,7 @@
|
|
|
5749
5772
|
},
|
|
5750
5773
|
"/api/v1/serviceowner/dialogs": {
|
|
5751
5774
|
"get": {
|
|
5752
|
-
"description": "Performs a search for dialogs, returning a paginated list of dialogs
|
|
5775
|
+
"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
5776
|
"operationId": "V1ServiceOwnerDialogsSearch_SearchDialog",
|
|
5754
5777
|
"parameters": [
|
|
5755
5778
|
{
|
|
@@ -6013,7 +6036,10 @@
|
|
|
6013
6036
|
},
|
|
6014
6037
|
"security": [
|
|
6015
6038
|
{
|
|
6016
|
-
"JWTBearerAuth": [
|
|
6039
|
+
"JWTBearerAuth": [
|
|
6040
|
+
"digdir:dialogporten.serviceprovider",
|
|
6041
|
+
"digdir:dialogporten.serviceprovider.search"
|
|
6042
|
+
]
|
|
6017
6043
|
}
|
|
6018
6044
|
],
|
|
6019
6045
|
"summary": "Gets a list of dialogs",
|
|
@@ -6022,7 +6048,7 @@
|
|
|
6022
6048
|
]
|
|
6023
6049
|
},
|
|
6024
6050
|
"post": {
|
|
6025
|
-
"description": "The dialog is created with the given configuration
|
|
6051
|
+
"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
6052
|
"operationId": "V1ServiceOwnerDialogsCreate_Dialog",
|
|
6027
6053
|
"requestBody": {
|
|
6028
6054
|
"content": {
|
|
@@ -6091,7 +6117,9 @@
|
|
|
6091
6117
|
},
|
|
6092
6118
|
"security": [
|
|
6093
6119
|
{
|
|
6094
|
-
"JWTBearerAuth": [
|
|
6120
|
+
"JWTBearerAuth": [
|
|
6121
|
+
"digdir:dialogporten.serviceprovider"
|
|
6122
|
+
]
|
|
6095
6123
|
}
|
|
6096
6124
|
],
|
|
6097
6125
|
"summary": "Creates a new dialog",
|
|
@@ -6102,7 +6130,7 @@
|
|
|
6102
6130
|
},
|
|
6103
6131
|
"/api/v1/serviceowner/dialogs/{dialogId}": {
|
|
6104
6132
|
"delete": {
|
|
6105
|
-
"description": "Deletes a given dialog (soft delete)
|
|
6133
|
+
"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
6134
|
"operationId": "V1ServiceOwnerDialogsDelete_Dialog",
|
|
6107
6135
|
"parameters": [
|
|
6108
6136
|
{
|
|
@@ -6179,7 +6207,9 @@
|
|
|
6179
6207
|
},
|
|
6180
6208
|
"security": [
|
|
6181
6209
|
{
|
|
6182
|
-
"JWTBearerAuth": [
|
|
6210
|
+
"JWTBearerAuth": [
|
|
6211
|
+
"digdir:dialogporten.serviceprovider"
|
|
6212
|
+
]
|
|
6183
6213
|
}
|
|
6184
6214
|
],
|
|
6185
6215
|
"summary": "Deletes a dialog",
|
|
@@ -6188,7 +6218,7 @@
|
|
|
6188
6218
|
]
|
|
6189
6219
|
},
|
|
6190
6220
|
"get": {
|
|
6191
|
-
"description": "Gets a single dialog aggregate
|
|
6221
|
+
"description": "Gets a single dialog aggregate.\n\nNote that this operation may return deleted dialogs (see the field \u0060DeletedAt\u0060).",
|
|
6192
6222
|
"operationId": "V1ServiceOwnerDialogsGet_GetDialog",
|
|
6193
6223
|
"parameters": [
|
|
6194
6224
|
{
|
|
@@ -6240,7 +6270,9 @@
|
|
|
6240
6270
|
},
|
|
6241
6271
|
"security": [
|
|
6242
6272
|
{
|
|
6243
|
-
"JWTBearerAuth": [
|
|
6273
|
+
"JWTBearerAuth": [
|
|
6274
|
+
"digdir:dialogporten.serviceprovider"
|
|
6275
|
+
]
|
|
6244
6276
|
}
|
|
6245
6277
|
],
|
|
6246
6278
|
"summary": "Gets a single dialog",
|
|
@@ -6361,7 +6393,9 @@
|
|
|
6361
6393
|
},
|
|
6362
6394
|
"security": [
|
|
6363
6395
|
{
|
|
6364
|
-
"JWTBearerAuth": [
|
|
6396
|
+
"JWTBearerAuth": [
|
|
6397
|
+
"digdir:dialogporten.serviceprovider"
|
|
6398
|
+
]
|
|
6365
6399
|
}
|
|
6366
6400
|
],
|
|
6367
6401
|
"summary": "Patch a single dialog",
|
|
@@ -6370,7 +6404,7 @@
|
|
|
6370
6404
|
]
|
|
6371
6405
|
},
|
|
6372
6406
|
"put": {
|
|
6373
|
-
"description": "Replaces a given dialog with the supplied model
|
|
6407
|
+
"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
6408
|
"operationId": "V1ServiceOwnerDialogsUpdate_Dialog",
|
|
6375
6409
|
"parameters": [
|
|
6376
6410
|
{
|
|
@@ -6468,7 +6502,9 @@
|
|
|
6468
6502
|
},
|
|
6469
6503
|
"security": [
|
|
6470
6504
|
{
|
|
6471
|
-
"JWTBearerAuth": [
|
|
6505
|
+
"JWTBearerAuth": [
|
|
6506
|
+
"digdir:dialogporten.serviceprovider"
|
|
6507
|
+
]
|
|
6472
6508
|
}
|
|
6473
6509
|
],
|
|
6474
6510
|
"summary": "Replaces a dialog",
|
|
@@ -6479,7 +6515,7 @@
|
|
|
6479
6515
|
},
|
|
6480
6516
|
"/api/v1/serviceowner/dialogs/{dialogId}/actions/purge": {
|
|
6481
6517
|
"post": {
|
|
6482
|
-
"description": "Deletes a given dialog (hard delete)
|
|
6518
|
+
"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
6519
|
"operationId": "V1ServiceOwnerDialogsPurge_PurgeDialog",
|
|
6484
6520
|
"parameters": [
|
|
6485
6521
|
{
|
|
@@ -6534,7 +6570,9 @@
|
|
|
6534
6570
|
},
|
|
6535
6571
|
"security": [
|
|
6536
6572
|
{
|
|
6537
|
-
"JWTBearerAuth": [
|
|
6573
|
+
"JWTBearerAuth": [
|
|
6574
|
+
"digdir:dialogporten.serviceprovider"
|
|
6575
|
+
]
|
|
6538
6576
|
}
|
|
6539
6577
|
],
|
|
6540
6578
|
"summary": "Permanently deletes a dialog",
|
|
@@ -6545,7 +6583,7 @@
|
|
|
6545
6583
|
},
|
|
6546
6584
|
"/api/v1/serviceowner/dialogs/{dialogId}/actions/restore": {
|
|
6547
6585
|
"post": {
|
|
6548
|
-
"description": "Restore a dialog.
|
|
6586
|
+
"description": "Restore a dialog. ",
|
|
6549
6587
|
"operationId": "V1ServiceOwnerDialogsRestore_RestoreDialog",
|
|
6550
6588
|
"parameters": [
|
|
6551
6589
|
{
|
|
@@ -6600,7 +6638,9 @@
|
|
|
6600
6638
|
},
|
|
6601
6639
|
"security": [
|
|
6602
6640
|
{
|
|
6603
|
-
"JWTBearerAuth": [
|
|
6641
|
+
"JWTBearerAuth": [
|
|
6642
|
+
"digdir:dialogporten.serviceprovider"
|
|
6643
|
+
]
|
|
6604
6644
|
}
|
|
6605
6645
|
],
|
|
6606
6646
|
"summary": "Restore a dialog",
|
|
@@ -6677,7 +6717,9 @@
|
|
|
6677
6717
|
},
|
|
6678
6718
|
"security": [
|
|
6679
6719
|
{
|
|
6680
|
-
"JWTBearerAuth": [
|
|
6720
|
+
"JWTBearerAuth": [
|
|
6721
|
+
"digdir:dialogporten.serviceprovider"
|
|
6722
|
+
]
|
|
6681
6723
|
}
|
|
6682
6724
|
],
|
|
6683
6725
|
"summary": "Returns a boolean value based on conditions used to determine if a notification is to be sent",
|
|
@@ -6734,7 +6776,9 @@
|
|
|
6734
6776
|
},
|
|
6735
6777
|
"security": [
|
|
6736
6778
|
{
|
|
6737
|
-
"JWTBearerAuth": [
|
|
6779
|
+
"JWTBearerAuth": [
|
|
6780
|
+
"digdir:dialogporten.serviceprovider"
|
|
6781
|
+
]
|
|
6738
6782
|
}
|
|
6739
6783
|
],
|
|
6740
6784
|
"summary": "Gets a list of dialog activities",
|
|
@@ -6743,7 +6787,7 @@
|
|
|
6743
6787
|
]
|
|
6744
6788
|
},
|
|
6745
6789
|
"post": {
|
|
6746
|
-
"description": "The activity is created with the given configuration
|
|
6790
|
+
"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
6791
|
"operationId": "V1ServiceOwnerDialogActivitiesCreate_DialogActivity",
|
|
6748
6792
|
"parameters": [
|
|
6749
6793
|
{
|
|
@@ -6854,7 +6898,9 @@
|
|
|
6854
6898
|
},
|
|
6855
6899
|
"security": [
|
|
6856
6900
|
{
|
|
6857
|
-
"JWTBearerAuth": [
|
|
6901
|
+
"JWTBearerAuth": [
|
|
6902
|
+
"digdir:dialogporten.serviceprovider"
|
|
6903
|
+
]
|
|
6858
6904
|
}
|
|
6859
6905
|
],
|
|
6860
6906
|
"summary": "Adds a activity to a dialogs activity history",
|
|
@@ -6865,7 +6911,7 @@
|
|
|
6865
6911
|
},
|
|
6866
6912
|
"/api/v1/serviceowner/dialogs/{dialogId}/activities/{activityId}": {
|
|
6867
6913
|
"get": {
|
|
6868
|
-
"description": "Gets a single activity belonging to a dialog.
|
|
6914
|
+
"description": "Gets a single activity belonging to a dialog.",
|
|
6869
6915
|
"operationId": "V1ServiceOwnerDialogActivitiesGet_GetDialogActivity",
|
|
6870
6916
|
"parameters": [
|
|
6871
6917
|
{
|
|
@@ -6920,7 +6966,9 @@
|
|
|
6920
6966
|
},
|
|
6921
6967
|
"security": [
|
|
6922
6968
|
{
|
|
6923
|
-
"JWTBearerAuth": [
|
|
6969
|
+
"JWTBearerAuth": [
|
|
6970
|
+
"digdir:dialogporten.serviceprovider"
|
|
6971
|
+
]
|
|
6924
6972
|
}
|
|
6925
6973
|
],
|
|
6926
6974
|
"summary": "Gets a single dialog activity",
|
|
@@ -6931,7 +6979,7 @@
|
|
|
6931
6979
|
},
|
|
6932
6980
|
"/api/v1/serviceowner/dialogs/{dialogId}/seenlog": {
|
|
6933
6981
|
"get": {
|
|
6934
|
-
"description": "Gets all seen log records for a dialog.
|
|
6982
|
+
"description": "Gets all seen log records for a dialog.",
|
|
6935
6983
|
"operationId": "V1ServiceOwnerDialogSeenLogsSearch_SearchDialogSeenLog",
|
|
6936
6984
|
"parameters": [
|
|
6937
6985
|
{
|
|
@@ -6980,7 +7028,9 @@
|
|
|
6980
7028
|
},
|
|
6981
7029
|
"security": [
|
|
6982
7030
|
{
|
|
6983
|
-
"JWTBearerAuth": [
|
|
7031
|
+
"JWTBearerAuth": [
|
|
7032
|
+
"digdir:dialogporten.serviceprovider"
|
|
7033
|
+
]
|
|
6984
7034
|
}
|
|
6985
7035
|
],
|
|
6986
7036
|
"summary": "Gets all seen log records for a dialog",
|
|
@@ -6991,7 +7041,7 @@
|
|
|
6991
7041
|
},
|
|
6992
7042
|
"/api/v1/serviceowner/dialogs/{dialogId}/seenlog/{seenLogId}": {
|
|
6993
7043
|
"get": {
|
|
6994
|
-
"description": "Gets a single dialog seen log record.
|
|
7044
|
+
"description": "Gets a single dialog seen log record.",
|
|
6995
7045
|
"operationId": "V1ServiceOwnerDialogSeenLogsGet_GetDialogSeenLog",
|
|
6996
7046
|
"parameters": [
|
|
6997
7047
|
{
|
|
@@ -7046,7 +7096,9 @@
|
|
|
7046
7096
|
},
|
|
7047
7097
|
"security": [
|
|
7048
7098
|
{
|
|
7049
|
-
"JWTBearerAuth": [
|
|
7099
|
+
"JWTBearerAuth": [
|
|
7100
|
+
"digdir:dialogporten.serviceprovider"
|
|
7101
|
+
]
|
|
7050
7102
|
}
|
|
7051
7103
|
],
|
|
7052
7104
|
"summary": "Gets a single dialog seen log record",
|
|
@@ -7106,7 +7158,9 @@
|
|
|
7106
7158
|
},
|
|
7107
7159
|
"security": [
|
|
7108
7160
|
{
|
|
7109
|
-
"JWTBearerAuth": [
|
|
7161
|
+
"JWTBearerAuth": [
|
|
7162
|
+
"digdir:dialogporten.serviceprovider"
|
|
7163
|
+
]
|
|
7110
7164
|
}
|
|
7111
7165
|
],
|
|
7112
7166
|
"summary": "Gets a list of dialog transmissions",
|
|
@@ -7115,7 +7169,7 @@
|
|
|
7115
7169
|
]
|
|
7116
7170
|
},
|
|
7117
7171
|
"post": {
|
|
7118
|
-
"description": "The transmission is created with the given configuration
|
|
7172
|
+
"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
7173
|
"operationId": "V1ServiceOwnerDialogTransmissionsCreate_DialogTransmission",
|
|
7120
7174
|
"parameters": [
|
|
7121
7175
|
{
|
|
@@ -7226,7 +7280,9 @@
|
|
|
7226
7280
|
},
|
|
7227
7281
|
"security": [
|
|
7228
7282
|
{
|
|
7229
|
-
"JWTBearerAuth": [
|
|
7283
|
+
"JWTBearerAuth": [
|
|
7284
|
+
"digdir:dialogporten.serviceprovider"
|
|
7285
|
+
]
|
|
7230
7286
|
}
|
|
7231
7287
|
],
|
|
7232
7288
|
"summary": "Adds a transmission to a dialog",
|
|
@@ -7237,7 +7293,7 @@
|
|
|
7237
7293
|
},
|
|
7238
7294
|
"/api/v1/serviceowner/dialogs/{dialogId}/transmissions/{transmissionId}": {
|
|
7239
7295
|
"get": {
|
|
7240
|
-
"description": "Gets a single transmission belonging to a dialog.
|
|
7296
|
+
"description": "Gets a single transmission belonging to a dialog.",
|
|
7241
7297
|
"operationId": "V1ServiceOwnerDialogTransmissionsGet_GetDialogTransmission",
|
|
7242
7298
|
"parameters": [
|
|
7243
7299
|
{
|
|
@@ -7292,7 +7348,9 @@
|
|
|
7292
7348
|
},
|
|
7293
7349
|
"security": [
|
|
7294
7350
|
{
|
|
7295
|
-
"JWTBearerAuth": [
|
|
7351
|
+
"JWTBearerAuth": [
|
|
7352
|
+
"digdir:dialogporten.serviceprovider"
|
|
7353
|
+
]
|
|
7296
7354
|
}
|
|
7297
7355
|
],
|
|
7298
7356
|
"summary": "Gets a single dialog transmission",
|