@digdir/dialogporten-schema 1.118.6 → 1.119.0-4ea5e71
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 +207 -86
package/package.json
CHANGED
package/swagger.verified.json
CHANGED
|
@@ -4764,6 +4764,13 @@
|
|
|
4764
4764
|
}
|
|
4765
4765
|
]
|
|
4766
4766
|
},
|
|
4767
|
+
"id": {
|
|
4768
|
+
"description": "A self-defined UUIDv7 may be provided to support idempotent additions and updates of attachment URLs. If not provided, a new UUIDv7 will be generated.",
|
|
4769
|
+
"example": "01913cd5-784f-7d3b-abef-4c77b1f0972d",
|
|
4770
|
+
"format": "guid",
|
|
4771
|
+
"nullable": true,
|
|
4772
|
+
"type": "string"
|
|
4773
|
+
},
|
|
4767
4774
|
"mediaType": {
|
|
4768
4775
|
"description": "The media type of the attachment.",
|
|
4769
4776
|
"example": "application/pdf\napplication/zip",
|
|
@@ -6997,9 +7004,22 @@
|
|
|
6997
7004
|
}
|
|
6998
7005
|
},
|
|
6999
7006
|
"securitySchemes": {
|
|
7000
|
-
"
|
|
7007
|
+
"idporten": {
|
|
7008
|
+
"description": "Browser login using ID-Porten (OIDC).\n- You can obtain a token from ID-Porten using the Authorization Code \u002B PKCE flow.\n- Well known: https://test.idporten.no/.well-known/openid-configuration\n- This token can be only be used with the Enduser endpoints.\n\nClaims we look for:\n- pid (identifies the end user)\n\nThere is only one scope available for this security scheme:\n- digdir:dialogporten",
|
|
7009
|
+
"flows": {
|
|
7010
|
+
"authorizationCode": {
|
|
7011
|
+
"authorizationUrl": "https://login.test.idporten.no/authorize",
|
|
7012
|
+
"scopes": {
|
|
7013
|
+
"digdir:dialogporten": "Access to dialogporten"
|
|
7014
|
+
},
|
|
7015
|
+
"tokenUrl": "https://test.idporten.no/token"
|
|
7016
|
+
}
|
|
7017
|
+
},
|
|
7018
|
+
"type": "oauth2"
|
|
7019
|
+
},
|
|
7020
|
+
"maskinporten": {
|
|
7001
7021
|
"bearerFormat": "JWT",
|
|
7002
|
-
"description": "
|
|
7022
|
+
"description": "Machine login using Maskinporten.\n\n- This is a OAuth2 scheme that uses the JWT Bearer Grant (RFC 7523).\n We can\u0027t express this flow in the OpenAPI specification. \n That\u0027s why we use the more generic \u0022Http\u0022 type for this scheme instead.\n Please refer to the Maskinporten documentation for how to implement this flow.\n- Well known: https://test.maskinporten.no/.well-known/oauth-authorization-server/\n- This token can be used for all secured endpoints (enduser and serviceowner).\n- To use this token with the Enduser API\u0027s, you have to register a \u0022system\u0022 and \u0022system user\u0022.\n Please refer to the Dialogporten documentation for how to register systems and system users.\n- Required scopes are listed per endpoint as Security Requirement Objects.\n\nClaims we look for:\n- authorization_details (contains the system user ID)\n- consumer (identifies the organization/service owner)\n- email (identifies Email-users in the case the amr claim is Selfregistered-email)\n\nAvailable scopes for this security scheme are:\n- digdir:dialogporten (system user only)\n- digdir:dialogporten.serviceprovider\n- digdir:dialogporten.serviceprovider.search\n- digdir:dialogporten.serviceprovider.changetransmissions\n- altinn:system/notifications.condition.check",
|
|
7003
7023
|
"scheme": "bearer",
|
|
7004
7024
|
"type": "http"
|
|
7005
7025
|
}
|
|
@@ -7142,7 +7162,7 @@
|
|
|
7142
7162
|
"description": "Validation error occurred. See problem details for a list of errors."
|
|
7143
7163
|
},
|
|
7144
7164
|
"401": {
|
|
7145
|
-
"description": "Missing or invalid authentication token.
|
|
7165
|
+
"description": "Missing or invalid authentication token. This endpoint requires a token from ID-porten or Maskinporten with the scope(s) \u0022digdir:dialogporten\u0022."
|
|
7146
7166
|
},
|
|
7147
7167
|
"403": {
|
|
7148
7168
|
"description": "Authenticated end user is not authorized for the supplied instance reference."
|
|
@@ -7179,7 +7199,12 @@
|
|
|
7179
7199
|
},
|
|
7180
7200
|
"security": [
|
|
7181
7201
|
{
|
|
7182
|
-
"
|
|
7202
|
+
"maskinporten": [
|
|
7203
|
+
"digdir:dialogporten"
|
|
7204
|
+
]
|
|
7205
|
+
},
|
|
7206
|
+
{
|
|
7207
|
+
"idporten": [
|
|
7183
7208
|
"digdir:dialogporten"
|
|
7184
7209
|
]
|
|
7185
7210
|
}
|
|
@@ -7466,7 +7491,7 @@
|
|
|
7466
7491
|
"description": "Successfully returned the dialog list."
|
|
7467
7492
|
},
|
|
7468
7493
|
"401": {
|
|
7469
|
-
"description": "Missing or invalid authentication token.
|
|
7494
|
+
"description": "Missing or invalid authentication token. This endpoint requires a token from ID-porten or Maskinporten with the scope(s) \u0022digdir:dialogporten\u0022."
|
|
7470
7495
|
},
|
|
7471
7496
|
"403": {
|
|
7472
7497
|
"description": "Forbidden"
|
|
@@ -7503,7 +7528,12 @@
|
|
|
7503
7528
|
},
|
|
7504
7529
|
"security": [
|
|
7505
7530
|
{
|
|
7506
|
-
"
|
|
7531
|
+
"maskinporten": [
|
|
7532
|
+
"digdir:dialogporten"
|
|
7533
|
+
]
|
|
7534
|
+
},
|
|
7535
|
+
{
|
|
7536
|
+
"idporten": [
|
|
7507
7537
|
"digdir:dialogporten"
|
|
7508
7538
|
]
|
|
7509
7539
|
}
|
|
@@ -7553,7 +7583,7 @@
|
|
|
7553
7583
|
"description": "Successfully returned the dialog aggregate."
|
|
7554
7584
|
},
|
|
7555
7585
|
"401": {
|
|
7556
|
-
"description": "Missing or invalid authentication token.
|
|
7586
|
+
"description": "Missing or invalid authentication token. This endpoint requires a token from ID-porten or Maskinporten with the scope(s) \u0022digdir:dialogporten\u0022."
|
|
7557
7587
|
},
|
|
7558
7588
|
"403": {
|
|
7559
7589
|
"description": "Unauthorized to get the supplied dialog (not owned by authenticated organization or has additional scope requirements defined in policy)."
|
|
@@ -7590,7 +7620,12 @@
|
|
|
7590
7620
|
},
|
|
7591
7621
|
"security": [
|
|
7592
7622
|
{
|
|
7593
|
-
"
|
|
7623
|
+
"maskinporten": [
|
|
7624
|
+
"digdir:dialogporten"
|
|
7625
|
+
]
|
|
7626
|
+
},
|
|
7627
|
+
{
|
|
7628
|
+
"idporten": [
|
|
7594
7629
|
"digdir:dialogporten"
|
|
7595
7630
|
]
|
|
7596
7631
|
}
|
|
@@ -7643,7 +7678,7 @@
|
|
|
7643
7678
|
"description": "Successfully returned the dialog activity list."
|
|
7644
7679
|
},
|
|
7645
7680
|
"401": {
|
|
7646
|
-
"description": "Missing or invalid authentication token.
|
|
7681
|
+
"description": "Missing or invalid authentication token. This endpoint requires a token from ID-porten or Maskinporten with the scope(s) \u0022digdir:dialogporten\u0022."
|
|
7647
7682
|
},
|
|
7648
7683
|
"403": {
|
|
7649
7684
|
"description": "Unauthorized to get the supplied dialog (not owned by authenticated organization or has additional scope requirements defined in policy)."
|
|
@@ -7680,7 +7715,12 @@
|
|
|
7680
7715
|
},
|
|
7681
7716
|
"security": [
|
|
7682
7717
|
{
|
|
7683
|
-
"
|
|
7718
|
+
"maskinporten": [
|
|
7719
|
+
"digdir:dialogporten"
|
|
7720
|
+
]
|
|
7721
|
+
},
|
|
7722
|
+
{
|
|
7723
|
+
"idporten": [
|
|
7684
7724
|
"digdir:dialogporten"
|
|
7685
7725
|
]
|
|
7686
7726
|
}
|
|
@@ -7739,7 +7779,7 @@
|
|
|
7739
7779
|
"description": "Successfully returned the dialog activity."
|
|
7740
7780
|
},
|
|
7741
7781
|
"401": {
|
|
7742
|
-
"description": "Missing or invalid authentication token.
|
|
7782
|
+
"description": "Missing or invalid authentication token. This endpoint requires a token from ID-porten or Maskinporten with the scope(s) \u0022digdir:dialogporten\u0022."
|
|
7743
7783
|
},
|
|
7744
7784
|
"403": {
|
|
7745
7785
|
"description": "Unauthorized to get child entity for the given dialog (dialog not owned by authenticated organization or has additional scope requirements defined in service identifiers policy)."
|
|
@@ -7776,7 +7816,12 @@
|
|
|
7776
7816
|
},
|
|
7777
7817
|
"security": [
|
|
7778
7818
|
{
|
|
7779
|
-
"
|
|
7819
|
+
"maskinporten": [
|
|
7820
|
+
"digdir:dialogporten"
|
|
7821
|
+
]
|
|
7822
|
+
},
|
|
7823
|
+
{
|
|
7824
|
+
"idporten": [
|
|
7780
7825
|
"digdir:dialogporten"
|
|
7781
7826
|
]
|
|
7782
7827
|
}
|
|
@@ -7817,7 +7862,7 @@
|
|
|
7817
7862
|
"description": "Successfully returned the dialog label assignment log list."
|
|
7818
7863
|
},
|
|
7819
7864
|
"401": {
|
|
7820
|
-
"description": "Missing or invalid authentication token.
|
|
7865
|
+
"description": "Missing or invalid authentication token. This endpoint requires a token from ID-porten or Maskinporten with the scope(s) \u0022digdir:dialogporten\u0022."
|
|
7821
7866
|
},
|
|
7822
7867
|
"403": {
|
|
7823
7868
|
"description": "Unauthorized to get the supplied dialog (not owned by authenticated organization or has additional scope requirements defined in policy)."
|
|
@@ -7857,7 +7902,12 @@
|
|
|
7857
7902
|
},
|
|
7858
7903
|
"security": [
|
|
7859
7904
|
{
|
|
7860
|
-
"
|
|
7905
|
+
"maskinporten": [
|
|
7906
|
+
"digdir:dialogporten"
|
|
7907
|
+
]
|
|
7908
|
+
},
|
|
7909
|
+
{
|
|
7910
|
+
"idporten": [
|
|
7861
7911
|
"digdir:dialogporten"
|
|
7862
7912
|
]
|
|
7863
7913
|
}
|
|
@@ -7929,7 +7979,7 @@
|
|
|
7929
7979
|
"description": "Validation error occurred. See problem details for a list of errors."
|
|
7930
7980
|
},
|
|
7931
7981
|
"401": {
|
|
7932
|
-
"description": "Missing or invalid authentication token.
|
|
7982
|
+
"description": "Missing or invalid authentication token. This endpoint requires a token from ID-porten or Maskinporten with the scope(s) \u0022digdir:dialogporten\u0022."
|
|
7933
7983
|
},
|
|
7934
7984
|
"403": {
|
|
7935
7985
|
"description": "Unauthorized to update the supplied dialog (not owned by authenticated organization or has additional scope requirements defined in policy)."
|
|
@@ -7992,7 +8042,12 @@
|
|
|
7992
8042
|
},
|
|
7993
8043
|
"security": [
|
|
7994
8044
|
{
|
|
7995
|
-
"
|
|
8045
|
+
"maskinporten": [
|
|
8046
|
+
"digdir:dialogporten"
|
|
8047
|
+
]
|
|
8048
|
+
},
|
|
8049
|
+
{
|
|
8050
|
+
"idporten": [
|
|
7996
8051
|
"digdir:dialogporten"
|
|
7997
8052
|
]
|
|
7998
8053
|
}
|
|
@@ -8033,7 +8088,7 @@
|
|
|
8033
8088
|
"description": "Successfully returned the dialog seen log records."
|
|
8034
8089
|
},
|
|
8035
8090
|
"401": {
|
|
8036
|
-
"description": "Missing or invalid authentication token.
|
|
8091
|
+
"description": "Missing or invalid authentication token. This endpoint requires a token from ID-porten or Maskinporten with the scope(s) \u0022digdir:dialogporten\u0022."
|
|
8037
8092
|
},
|
|
8038
8093
|
"403": {
|
|
8039
8094
|
"description": "Forbidden"
|
|
@@ -8070,7 +8125,12 @@
|
|
|
8070
8125
|
},
|
|
8071
8126
|
"security": [
|
|
8072
8127
|
{
|
|
8073
|
-
"
|
|
8128
|
+
"maskinporten": [
|
|
8129
|
+
"digdir:dialogporten"
|
|
8130
|
+
]
|
|
8131
|
+
},
|
|
8132
|
+
{
|
|
8133
|
+
"idporten": [
|
|
8074
8134
|
"digdir:dialogporten"
|
|
8075
8135
|
]
|
|
8076
8136
|
}
|
|
@@ -8117,7 +8177,7 @@
|
|
|
8117
8177
|
"description": "Successfully returned the dialog seen log record."
|
|
8118
8178
|
},
|
|
8119
8179
|
"401": {
|
|
8120
|
-
"description": "Missing or invalid authentication token.
|
|
8180
|
+
"description": "Missing or invalid authentication token. This endpoint requires a token from ID-porten or Maskinporten with the scope(s) \u0022digdir:dialogporten\u0022."
|
|
8121
8181
|
},
|
|
8122
8182
|
"403": {
|
|
8123
8183
|
"description": "Forbidden"
|
|
@@ -8154,7 +8214,12 @@
|
|
|
8154
8214
|
},
|
|
8155
8215
|
"security": [
|
|
8156
8216
|
{
|
|
8157
|
-
"
|
|
8217
|
+
"maskinporten": [
|
|
8218
|
+
"digdir:dialogporten"
|
|
8219
|
+
]
|
|
8220
|
+
},
|
|
8221
|
+
{
|
|
8222
|
+
"idporten": [
|
|
8158
8223
|
"digdir:dialogporten"
|
|
8159
8224
|
]
|
|
8160
8225
|
}
|
|
@@ -8207,7 +8272,7 @@
|
|
|
8207
8272
|
"description": "Successfully returned the dialog transmission list."
|
|
8208
8273
|
},
|
|
8209
8274
|
"401": {
|
|
8210
|
-
"description": "Missing or invalid authentication token.
|
|
8275
|
+
"description": "Missing or invalid authentication token. This endpoint requires a token from ID-porten or Maskinporten with the scope(s) \u0022digdir:dialogporten\u0022."
|
|
8211
8276
|
},
|
|
8212
8277
|
"403": {
|
|
8213
8278
|
"description": "Unauthorized to get the supplied dialog (not owned by authenticated organization or has additional scope requirements defined in policy)."
|
|
@@ -8247,7 +8312,12 @@
|
|
|
8247
8312
|
},
|
|
8248
8313
|
"security": [
|
|
8249
8314
|
{
|
|
8250
|
-
"
|
|
8315
|
+
"maskinporten": [
|
|
8316
|
+
"digdir:dialogporten"
|
|
8317
|
+
]
|
|
8318
|
+
},
|
|
8319
|
+
{
|
|
8320
|
+
"idporten": [
|
|
8251
8321
|
"digdir:dialogporten"
|
|
8252
8322
|
]
|
|
8253
8323
|
}
|
|
@@ -8306,7 +8376,7 @@
|
|
|
8306
8376
|
"description": "Successfully returned the dialog transmission."
|
|
8307
8377
|
},
|
|
8308
8378
|
"401": {
|
|
8309
|
-
"description": "Missing or invalid authentication token.
|
|
8379
|
+
"description": "Missing or invalid authentication token. This endpoint requires a token from ID-porten or Maskinporten with the scope(s) \u0022digdir:dialogporten\u0022."
|
|
8310
8380
|
},
|
|
8311
8381
|
"403": {
|
|
8312
8382
|
"description": "Unauthorized to get child entity for the given dialog (dialog not owned by authenticated organization or has additional scope requirements defined in service identifiers policy)."
|
|
@@ -8346,7 +8416,12 @@
|
|
|
8346
8416
|
},
|
|
8347
8417
|
"security": [
|
|
8348
8418
|
{
|
|
8349
|
-
"
|
|
8419
|
+
"maskinporten": [
|
|
8420
|
+
"digdir:dialogporten"
|
|
8421
|
+
]
|
|
8422
|
+
},
|
|
8423
|
+
{
|
|
8424
|
+
"idporten": [
|
|
8350
8425
|
"digdir:dialogporten"
|
|
8351
8426
|
]
|
|
8352
8427
|
}
|
|
@@ -8387,11 +8462,21 @@
|
|
|
8387
8462
|
"description": "Validation error occurred. See problem details for a list of errors."
|
|
8388
8463
|
},
|
|
8389
8464
|
"401": {
|
|
8390
|
-
"description": "Missing or invalid authentication token.
|
|
8465
|
+
"description": "Missing or invalid authentication token. This endpoint requires a token from ID-porten or Maskinporten with the scope(s) \u0022digdir:dialogporten\u0022."
|
|
8391
8466
|
},
|
|
8392
8467
|
"403": {
|
|
8393
8468
|
"description": "Unauthorized to update the supplied dialog (not owned by authenticated organization or has additional scope requirements defined in policy)."
|
|
8394
8469
|
},
|
|
8470
|
+
"404": {
|
|
8471
|
+
"content": {
|
|
8472
|
+
"application/problem\u002Bjson": {
|
|
8473
|
+
"schema": {
|
|
8474
|
+
"$ref": "#/components/schemas/ProblemDetails"
|
|
8475
|
+
}
|
|
8476
|
+
}
|
|
8477
|
+
},
|
|
8478
|
+
"description": "The given dialog ID was not found."
|
|
8479
|
+
},
|
|
8395
8480
|
"409": {
|
|
8396
8481
|
"description": "Conflict occurred while processing the request."
|
|
8397
8482
|
},
|
|
@@ -8437,7 +8522,12 @@
|
|
|
8437
8522
|
},
|
|
8438
8523
|
"security": [
|
|
8439
8524
|
{
|
|
8440
|
-
"
|
|
8525
|
+
"maskinporten": [
|
|
8526
|
+
"digdir:dialogporten"
|
|
8527
|
+
]
|
|
8528
|
+
},
|
|
8529
|
+
{
|
|
8530
|
+
"idporten": [
|
|
8441
8531
|
"digdir:dialogporten"
|
|
8442
8532
|
]
|
|
8443
8533
|
}
|
|
@@ -8464,7 +8554,7 @@
|
|
|
8464
8554
|
"description": "The list of authorized parties for the end user"
|
|
8465
8555
|
},
|
|
8466
8556
|
"401": {
|
|
8467
|
-
"description": "
|
|
8557
|
+
"description": "Missing or invalid authentication token. This endpoint requires a token from ID-porten or Maskinporten with the scope(s) \u0022digdir:dialogporten\u0022."
|
|
8468
8558
|
},
|
|
8469
8559
|
"403": {
|
|
8470
8560
|
"description": "Forbidden"
|
|
@@ -8491,7 +8581,12 @@
|
|
|
8491
8581
|
},
|
|
8492
8582
|
"security": [
|
|
8493
8583
|
{
|
|
8494
|
-
"
|
|
8584
|
+
"maskinporten": [
|
|
8585
|
+
"digdir:dialogporten"
|
|
8586
|
+
]
|
|
8587
|
+
},
|
|
8588
|
+
{
|
|
8589
|
+
"idporten": [
|
|
8495
8590
|
"digdir:dialogporten"
|
|
8496
8591
|
]
|
|
8497
8592
|
}
|
|
@@ -8546,7 +8641,7 @@
|
|
|
8546
8641
|
"description": "Authorized service resource metadata."
|
|
8547
8642
|
},
|
|
8548
8643
|
"401": {
|
|
8549
|
-
"description": "
|
|
8644
|
+
"description": "Missing or invalid authentication token. This endpoint requires a token from ID-porten or Maskinporten with the scope(s) \u0022digdir:dialogporten\u0022."
|
|
8550
8645
|
},
|
|
8551
8646
|
"403": {
|
|
8552
8647
|
"description": "Forbidden"
|
|
@@ -8573,7 +8668,12 @@
|
|
|
8573
8668
|
},
|
|
8574
8669
|
"security": [
|
|
8575
8670
|
{
|
|
8576
|
-
"
|
|
8671
|
+
"maskinporten": [
|
|
8672
|
+
"digdir:dialogporten"
|
|
8673
|
+
]
|
|
8674
|
+
},
|
|
8675
|
+
{
|
|
8676
|
+
"idporten": [
|
|
8577
8677
|
"digdir:dialogporten"
|
|
8578
8678
|
]
|
|
8579
8679
|
}
|
|
@@ -8728,7 +8828,7 @@
|
|
|
8728
8828
|
"description": "Validation error occurred. See problem details for a list of errors."
|
|
8729
8829
|
},
|
|
8730
8830
|
"401": {
|
|
8731
|
-
"description": "Missing or invalid authentication token.
|
|
8831
|
+
"description": "Missing or invalid authentication token. This endpoint requires a token from Maskinporten with the scope(s) \u0022digdir:dialogporten.serviceprovider\u0022."
|
|
8732
8832
|
},
|
|
8733
8833
|
"403": {
|
|
8734
8834
|
"description": "Authenticated service owner does not own the resolved dialog."
|
|
@@ -8765,7 +8865,7 @@
|
|
|
8765
8865
|
},
|
|
8766
8866
|
"security": [
|
|
8767
8867
|
{
|
|
8768
|
-
"
|
|
8868
|
+
"maskinporten": [
|
|
8769
8869
|
"digdir:dialogporten.serviceprovider"
|
|
8770
8870
|
]
|
|
8771
8871
|
}
|
|
@@ -9081,7 +9181,7 @@
|
|
|
9081
9181
|
"description": "Successfully returned the dialog list."
|
|
9082
9182
|
},
|
|
9083
9183
|
"401": {
|
|
9084
|
-
"description": "Missing or invalid authentication token.
|
|
9184
|
+
"description": "Missing or invalid authentication token. This endpoint requires a token from Maskinporten with the scope(s) \u0022digdir:dialogporten.serviceprovider digdir:dialogporten.serviceprovider.search\u0022."
|
|
9085
9185
|
},
|
|
9086
9186
|
"503": {
|
|
9087
9187
|
"content": {
|
|
@@ -9105,7 +9205,7 @@
|
|
|
9105
9205
|
},
|
|
9106
9206
|
"security": [
|
|
9107
9207
|
{
|
|
9108
|
-
"
|
|
9208
|
+
"maskinporten": [
|
|
9109
9209
|
"digdir:dialogporten.serviceprovider",
|
|
9110
9210
|
"digdir:dialogporten.serviceprovider.search"
|
|
9111
9211
|
]
|
|
@@ -9162,7 +9262,7 @@
|
|
|
9162
9262
|
"description": "Validation error occurred. See problem details for a list of errors."
|
|
9163
9263
|
},
|
|
9164
9264
|
"401": {
|
|
9165
|
-
"description": "Missing or invalid authentication token.
|
|
9265
|
+
"description": "Missing or invalid authentication token. This endpoint requires a token from Maskinporten with the scope(s) \u0022digdir:dialogporten.serviceprovider\u0022."
|
|
9166
9266
|
},
|
|
9167
9267
|
"403": {
|
|
9168
9268
|
"description": "Unauthorized to create a dialog for the given serviceResource (not owned by authenticated organization or has additional scope requirements defined in policy)."
|
|
@@ -9202,7 +9302,7 @@
|
|
|
9202
9302
|
},
|
|
9203
9303
|
"security": [
|
|
9204
9304
|
{
|
|
9205
|
-
"
|
|
9305
|
+
"maskinporten": [
|
|
9206
9306
|
"digdir:dialogporten.serviceprovider"
|
|
9207
9307
|
]
|
|
9208
9308
|
}
|
|
@@ -9261,7 +9361,7 @@
|
|
|
9261
9361
|
"description": "Validation error occurred. See problem details for a list of errors."
|
|
9262
9362
|
},
|
|
9263
9363
|
"401": {
|
|
9264
|
-
"description": "Missing or invalid authentication token.
|
|
9364
|
+
"description": "Missing or invalid authentication token. This endpoint requires a token from Maskinporten with the scope(s) \u0022digdir:dialogporten.serviceprovider\u0022."
|
|
9265
9365
|
},
|
|
9266
9366
|
"403": {
|
|
9267
9367
|
"description": "Unauthorized to delete the supplied dialog (not owned by authenticated organization or has additional scope requirements defined in policy)."
|
|
@@ -9314,7 +9414,7 @@
|
|
|
9314
9414
|
},
|
|
9315
9415
|
"security": [
|
|
9316
9416
|
{
|
|
9317
|
-
"
|
|
9417
|
+
"maskinporten": [
|
|
9318
9418
|
"digdir:dialogporten.serviceprovider"
|
|
9319
9419
|
]
|
|
9320
9420
|
}
|
|
@@ -9359,7 +9459,7 @@
|
|
|
9359
9459
|
"description": "Successfully returned the dialog aggregate."
|
|
9360
9460
|
},
|
|
9361
9461
|
"401": {
|
|
9362
|
-
"description": "Missing or invalid authentication token.
|
|
9462
|
+
"description": "Missing or invalid authentication token. This endpoint requires a token from Maskinporten with the scope(s) \u0022digdir:dialogporten.serviceprovider\u0022."
|
|
9363
9463
|
},
|
|
9364
9464
|
"403": {
|
|
9365
9465
|
"description": "Unauthorized to get the supplied dialog (not owned by authenticated organization or has additional scope requirements defined in policy)."
|
|
@@ -9396,7 +9496,7 @@
|
|
|
9396
9496
|
},
|
|
9397
9497
|
"security": [
|
|
9398
9498
|
{
|
|
9399
|
-
"
|
|
9499
|
+
"maskinporten": [
|
|
9400
9500
|
"digdir:dialogporten.serviceprovider"
|
|
9401
9501
|
]
|
|
9402
9502
|
}
|
|
@@ -9556,7 +9656,7 @@
|
|
|
9556
9656
|
},
|
|
9557
9657
|
"security": [
|
|
9558
9658
|
{
|
|
9559
|
-
"
|
|
9659
|
+
"maskinporten": [
|
|
9560
9660
|
"digdir:dialogporten.serviceprovider"
|
|
9561
9661
|
]
|
|
9562
9662
|
}
|
|
@@ -9624,7 +9724,7 @@
|
|
|
9624
9724
|
"description": "Validation error occurred. See problem details for a list of errors."
|
|
9625
9725
|
},
|
|
9626
9726
|
"401": {
|
|
9627
|
-
"description": "Missing or invalid authentication token.
|
|
9727
|
+
"description": "Missing or invalid authentication token. This endpoint requires a token from Maskinporten with the scope(s) \u0022digdir:dialogporten.serviceprovider\u0022."
|
|
9628
9728
|
},
|
|
9629
9729
|
"403": {
|
|
9630
9730
|
"description": "Unauthorized to update the supplied dialog (not owned by authenticated organization or has additional scope requirements defined in policy)."
|
|
@@ -9687,7 +9787,7 @@
|
|
|
9687
9787
|
},
|
|
9688
9788
|
"security": [
|
|
9689
9789
|
{
|
|
9690
|
-
"
|
|
9790
|
+
"maskinporten": [
|
|
9691
9791
|
"digdir:dialogporten.serviceprovider"
|
|
9692
9792
|
]
|
|
9693
9793
|
}
|
|
@@ -9746,7 +9846,7 @@
|
|
|
9746
9846
|
"description": "Validation error occurred. See problem details for a list of errors."
|
|
9747
9847
|
},
|
|
9748
9848
|
"401": {
|
|
9749
|
-
"description": "
|
|
9849
|
+
"description": "Missing or invalid authentication token. This endpoint requires a token from Maskinporten with the scope(s) \u0022digdir:dialogporten.serviceprovider\u0022."
|
|
9750
9850
|
},
|
|
9751
9851
|
"403": {
|
|
9752
9852
|
"description": "Unauthorized to freeze the supplied dialog (not owned by authenticated organization or has additional scope requirements defined in policy)."
|
|
@@ -9799,7 +9899,7 @@
|
|
|
9799
9899
|
},
|
|
9800
9900
|
"security": [
|
|
9801
9901
|
{
|
|
9802
|
-
"
|
|
9902
|
+
"maskinporten": [
|
|
9803
9903
|
"digdir:dialogporten.serviceprovider"
|
|
9804
9904
|
]
|
|
9805
9905
|
}
|
|
@@ -9839,7 +9939,7 @@
|
|
|
9839
9939
|
"description": "The dialog aggregate was deleted successfully."
|
|
9840
9940
|
},
|
|
9841
9941
|
"401": {
|
|
9842
|
-
"description": "Missing or invalid authentication token.
|
|
9942
|
+
"description": "Missing or invalid authentication token. This endpoint requires a token from Maskinporten with the scope(s) \u0022digdir:dialogporten.serviceprovider\u0022."
|
|
9843
9943
|
},
|
|
9844
9944
|
"403": {
|
|
9845
9945
|
"description": "Unauthorized to delete the supplied dialog (not owned by authenticated organization or has additional scope requirements defined in policy)."
|
|
@@ -9889,7 +9989,7 @@
|
|
|
9889
9989
|
},
|
|
9890
9990
|
"security": [
|
|
9891
9991
|
{
|
|
9892
|
-
"
|
|
9992
|
+
"maskinporten": [
|
|
9893
9993
|
"digdir:dialogporten.serviceprovider"
|
|
9894
9994
|
]
|
|
9895
9995
|
}
|
|
@@ -9929,7 +10029,7 @@
|
|
|
9929
10029
|
"description": "The dialog aggregate was restored successfully."
|
|
9930
10030
|
},
|
|
9931
10031
|
"401": {
|
|
9932
|
-
"description": "
|
|
10032
|
+
"description": "Missing or invalid authentication token. This endpoint requires a token from Maskinporten with the scope(s) \u0022digdir:dialogporten.serviceprovider\u0022."
|
|
9933
10033
|
},
|
|
9934
10034
|
"403": {
|
|
9935
10035
|
"description": "Forbidden"
|
|
@@ -9979,7 +10079,7 @@
|
|
|
9979
10079
|
},
|
|
9980
10080
|
"security": [
|
|
9981
10081
|
{
|
|
9982
|
-
"
|
|
10082
|
+
"maskinporten": [
|
|
9983
10083
|
"digdir:dialogporten.serviceprovider"
|
|
9984
10084
|
]
|
|
9985
10085
|
}
|
|
@@ -10050,7 +10150,7 @@
|
|
|
10050
10150
|
"description": "Successfully returned the notification determination."
|
|
10051
10151
|
},
|
|
10052
10152
|
"401": {
|
|
10053
|
-
"description": "Missing or invalid authentication token.
|
|
10153
|
+
"description": "Missing or invalid authentication token. This endpoint requires a token from Maskinporten with the scope(s) \u0022altinn:system/notifications.condition.check\u0022."
|
|
10054
10154
|
},
|
|
10055
10155
|
"403": {
|
|
10056
10156
|
"description": "Forbidden"
|
|
@@ -10077,8 +10177,8 @@
|
|
|
10077
10177
|
},
|
|
10078
10178
|
"security": [
|
|
10079
10179
|
{
|
|
10080
|
-
"
|
|
10081
|
-
"
|
|
10180
|
+
"maskinporten": [
|
|
10181
|
+
"altinn:system/notifications.condition.check"
|
|
10082
10182
|
]
|
|
10083
10183
|
}
|
|
10084
10184
|
],
|
|
@@ -10118,7 +10218,7 @@
|
|
|
10118
10218
|
"description": "Successfully returned the dialog activity list."
|
|
10119
10219
|
},
|
|
10120
10220
|
"401": {
|
|
10121
|
-
"description": "Missing or invalid authentication token.
|
|
10221
|
+
"description": "Missing or invalid authentication token. This endpoint requires a token from Maskinporten with the scope(s) \u0022digdir:dialogporten.serviceprovider\u0022."
|
|
10122
10222
|
},
|
|
10123
10223
|
"403": {
|
|
10124
10224
|
"description": "Unauthorized to get the supplied dialog (not owned by authenticated organization or has additional scope requirements defined in policy)."
|
|
@@ -10155,7 +10255,7 @@
|
|
|
10155
10255
|
},
|
|
10156
10256
|
"security": [
|
|
10157
10257
|
{
|
|
10158
|
-
"
|
|
10258
|
+
"maskinporten": [
|
|
10159
10259
|
"digdir:dialogporten.serviceprovider"
|
|
10160
10260
|
]
|
|
10161
10261
|
}
|
|
@@ -10233,7 +10333,7 @@
|
|
|
10233
10333
|
"description": "Validation error occurred. See problem details for a list of errors."
|
|
10234
10334
|
},
|
|
10235
10335
|
"401": {
|
|
10236
|
-
"description": "Missing or invalid authentication token.
|
|
10336
|
+
"description": "Missing or invalid authentication token. This endpoint requires a token from Maskinporten with the scope(s) \u0022digdir:dialogporten.serviceprovider\u0022."
|
|
10237
10337
|
},
|
|
10238
10338
|
"403": {
|
|
10239
10339
|
"description": "Unauthorized to create child entity for the given dialog (dialog not owned by authenticated organization or has additional scope requirements defined in service identifiers policy)."
|
|
@@ -10296,7 +10396,7 @@
|
|
|
10296
10396
|
},
|
|
10297
10397
|
"security": [
|
|
10298
10398
|
{
|
|
10299
|
-
"
|
|
10399
|
+
"maskinporten": [
|
|
10300
10400
|
"digdir:dialogporten.serviceprovider"
|
|
10301
10401
|
]
|
|
10302
10402
|
}
|
|
@@ -10343,7 +10443,7 @@
|
|
|
10343
10443
|
"description": "Successfully returned the dialog activity."
|
|
10344
10444
|
},
|
|
10345
10445
|
"401": {
|
|
10346
|
-
"description": "Missing or invalid authentication token.
|
|
10446
|
+
"description": "Missing or invalid authentication token. This endpoint requires a token from Maskinporten with the scope(s) \u0022digdir:dialogporten.serviceprovider\u0022."
|
|
10347
10447
|
},
|
|
10348
10448
|
"403": {
|
|
10349
10449
|
"description": "Unauthorized to get child entity for the given dialog (dialog not owned by authenticated organization or has additional scope requirements defined in service identifiers policy)."
|
|
@@ -10383,7 +10483,7 @@
|
|
|
10383
10483
|
},
|
|
10384
10484
|
"security": [
|
|
10385
10485
|
{
|
|
10386
|
-
"
|
|
10486
|
+
"maskinporten": [
|
|
10387
10487
|
"digdir:dialogporten.serviceprovider"
|
|
10388
10488
|
]
|
|
10389
10489
|
}
|
|
@@ -10421,10 +10521,19 @@
|
|
|
10421
10521
|
}
|
|
10422
10522
|
}
|
|
10423
10523
|
},
|
|
10424
|
-
"description": "Successfully retrieved the service owner labels."
|
|
10524
|
+
"description": "Successfully retrieved the service owner labels.",
|
|
10525
|
+
"headers": {
|
|
10526
|
+
"Etag": {
|
|
10527
|
+
"description": "The new UUID ETag of the ServiceOwner Context",
|
|
10528
|
+
"example": "123e4567-e89b-12d3-a456-426614174000",
|
|
10529
|
+
"schema": {
|
|
10530
|
+
"type": "string"
|
|
10531
|
+
}
|
|
10532
|
+
}
|
|
10533
|
+
}
|
|
10425
10534
|
},
|
|
10426
10535
|
"401": {
|
|
10427
|
-
"description": "Missing or invalid authentication token.
|
|
10536
|
+
"description": "Missing or invalid authentication token. This endpoint requires a token from Maskinporten with the scope(s) \u0022digdir:dialogporten.serviceprovider\u0022."
|
|
10428
10537
|
},
|
|
10429
10538
|
"403": {
|
|
10430
10539
|
"description": "Forbidden"
|
|
@@ -10461,7 +10570,7 @@
|
|
|
10461
10570
|
},
|
|
10462
10571
|
"security": [
|
|
10463
10572
|
{
|
|
10464
|
-
"
|
|
10573
|
+
"maskinporten": [
|
|
10465
10574
|
"digdir:dialogporten.serviceprovider"
|
|
10466
10575
|
]
|
|
10467
10576
|
}
|
|
@@ -10529,7 +10638,7 @@
|
|
|
10529
10638
|
"description": "Validation error occurred. See problem details for a list of errors."
|
|
10530
10639
|
},
|
|
10531
10640
|
"401": {
|
|
10532
|
-
"description": "Missing or invalid authentication token.
|
|
10641
|
+
"description": "Missing or invalid authentication token. This endpoint requires a token from Maskinporten with the scope(s) \u0022digdir:dialogporten.serviceprovider digdir:dialogporten.serviceprovider.changetransmissions\u0022."
|
|
10533
10642
|
},
|
|
10534
10643
|
"403": {
|
|
10535
10644
|
"description": "Forbidden"
|
|
@@ -10569,8 +10678,9 @@
|
|
|
10569
10678
|
},
|
|
10570
10679
|
"security": [
|
|
10571
10680
|
{
|
|
10572
|
-
"
|
|
10573
|
-
"digdir:dialogporten.serviceprovider"
|
|
10681
|
+
"maskinporten": [
|
|
10682
|
+
"digdir:dialogporten.serviceprovider",
|
|
10683
|
+
"digdir:dialogporten.serviceprovider.changetransmissions"
|
|
10574
10684
|
]
|
|
10575
10685
|
}
|
|
10576
10686
|
],
|
|
@@ -10626,7 +10736,7 @@
|
|
|
10626
10736
|
}
|
|
10627
10737
|
},
|
|
10628
10738
|
"401": {
|
|
10629
|
-
"description": "
|
|
10739
|
+
"description": "Missing or invalid authentication token. This endpoint requires a token from Maskinporten with the scope(s) \u0022digdir:dialogporten.serviceprovider\u0022."
|
|
10630
10740
|
},
|
|
10631
10741
|
"403": {
|
|
10632
10742
|
"description": "Forbidden"
|
|
@@ -10676,7 +10786,7 @@
|
|
|
10676
10786
|
},
|
|
10677
10787
|
"security": [
|
|
10678
10788
|
{
|
|
10679
|
-
"
|
|
10789
|
+
"maskinporten": [
|
|
10680
10790
|
"digdir:dialogporten.serviceprovider"
|
|
10681
10791
|
]
|
|
10682
10792
|
}
|
|
@@ -10756,7 +10866,7 @@
|
|
|
10756
10866
|
"description": "Validation error occurred. See problem details for a list of errors."
|
|
10757
10867
|
},
|
|
10758
10868
|
"401": {
|
|
10759
|
-
"description": "Missing or invalid authentication token.
|
|
10869
|
+
"description": "Missing or invalid authentication token. This endpoint requires a token from Maskinporten with the scope(s) \u0022digdir:dialogporten.serviceprovider\u0022."
|
|
10760
10870
|
},
|
|
10761
10871
|
"403": {
|
|
10762
10872
|
"description": "Unauthorized to update the supplied dialog (not owned by authenticated organization or has additional scope requirements defined in policy)."
|
|
@@ -10819,7 +10929,7 @@
|
|
|
10819
10929
|
},
|
|
10820
10930
|
"security": [
|
|
10821
10931
|
{
|
|
10822
|
-
"
|
|
10932
|
+
"maskinporten": [
|
|
10823
10933
|
"digdir:dialogporten.serviceprovider"
|
|
10824
10934
|
]
|
|
10825
10935
|
}
|
|
@@ -10860,7 +10970,7 @@
|
|
|
10860
10970
|
"description": "Successfully returned the dialog seen log records."
|
|
10861
10971
|
},
|
|
10862
10972
|
"401": {
|
|
10863
|
-
"description": "
|
|
10973
|
+
"description": "Missing or invalid authentication token. This endpoint requires a token from Maskinporten with the scope(s) \u0022digdir:dialogporten.serviceprovider\u0022."
|
|
10864
10974
|
},
|
|
10865
10975
|
"403": {
|
|
10866
10976
|
"description": "Forbidden"
|
|
@@ -10900,7 +11010,7 @@
|
|
|
10900
11010
|
},
|
|
10901
11011
|
"security": [
|
|
10902
11012
|
{
|
|
10903
|
-
"
|
|
11013
|
+
"maskinporten": [
|
|
10904
11014
|
"digdir:dialogporten.serviceprovider"
|
|
10905
11015
|
]
|
|
10906
11016
|
}
|
|
@@ -10947,7 +11057,7 @@
|
|
|
10947
11057
|
"description": "Successfully returned the dialog seen log record."
|
|
10948
11058
|
},
|
|
10949
11059
|
"401": {
|
|
10950
|
-
"description": "
|
|
11060
|
+
"description": "Missing or invalid authentication token. This endpoint requires a token from Maskinporten with the scope(s) \u0022digdir:dialogporten.serviceprovider\u0022."
|
|
10951
11061
|
},
|
|
10952
11062
|
"403": {
|
|
10953
11063
|
"description": "Forbidden"
|
|
@@ -10987,7 +11097,7 @@
|
|
|
10987
11097
|
},
|
|
10988
11098
|
"security": [
|
|
10989
11099
|
{
|
|
10990
|
-
"
|
|
11100
|
+
"maskinporten": [
|
|
10991
11101
|
"digdir:dialogporten.serviceprovider"
|
|
10992
11102
|
]
|
|
10993
11103
|
}
|
|
@@ -11028,7 +11138,7 @@
|
|
|
11028
11138
|
"description": "Successfully returned the dialog transmission list."
|
|
11029
11139
|
},
|
|
11030
11140
|
"401": {
|
|
11031
|
-
"description": "Missing or invalid authentication token.
|
|
11141
|
+
"description": "Missing or invalid authentication token. This endpoint requires a token from Maskinporten with the scope(s) \u0022digdir:dialogporten.serviceprovider\u0022."
|
|
11032
11142
|
},
|
|
11033
11143
|
"403": {
|
|
11034
11144
|
"description": "Unauthorized to get the supplied dialog (not owned by authenticated organization or has additional scope requirements defined in policy)."
|
|
@@ -11068,7 +11178,7 @@
|
|
|
11068
11178
|
},
|
|
11069
11179
|
"security": [
|
|
11070
11180
|
{
|
|
11071
|
-
"
|
|
11181
|
+
"maskinporten": [
|
|
11072
11182
|
"digdir:dialogporten.serviceprovider"
|
|
11073
11183
|
]
|
|
11074
11184
|
}
|
|
@@ -11146,7 +11256,7 @@
|
|
|
11146
11256
|
"description": "Validation error occurred. See problem details for a list of errors."
|
|
11147
11257
|
},
|
|
11148
11258
|
"401": {
|
|
11149
|
-
"description": "Missing or invalid authentication token.
|
|
11259
|
+
"description": "Missing or invalid authentication token. This endpoint requires a token from Maskinporten with the scope(s) \u0022digdir:dialogporten.serviceprovider\u0022."
|
|
11150
11260
|
},
|
|
11151
11261
|
"403": {
|
|
11152
11262
|
"description": "Unauthorized to create child entity for the given dialog (dialog not owned by authenticated organization or has additional scope requirements defined in service identifiers policy)."
|
|
@@ -11209,7 +11319,7 @@
|
|
|
11209
11319
|
},
|
|
11210
11320
|
"security": [
|
|
11211
11321
|
{
|
|
11212
|
-
"
|
|
11322
|
+
"maskinporten": [
|
|
11213
11323
|
"digdir:dialogporten.serviceprovider"
|
|
11214
11324
|
]
|
|
11215
11325
|
}
|
|
@@ -11256,7 +11366,7 @@
|
|
|
11256
11366
|
"description": "Successfully returned the dialog transmission."
|
|
11257
11367
|
},
|
|
11258
11368
|
"401": {
|
|
11259
|
-
"description": "Missing or invalid authentication token.
|
|
11369
|
+
"description": "Missing or invalid authentication token. This endpoint requires a token from Maskinporten with the scope(s) \u0022digdir:dialogporten.serviceprovider\u0022."
|
|
11260
11370
|
},
|
|
11261
11371
|
"403": {
|
|
11262
11372
|
"description": "Unauthorized to get child entity for the given dialog (dialog not owned by authenticated organization or has additional scope requirements defined in service identifiers policy)."
|
|
@@ -11296,7 +11406,7 @@
|
|
|
11296
11406
|
},
|
|
11297
11407
|
"security": [
|
|
11298
11408
|
{
|
|
11299
|
-
"
|
|
11409
|
+
"maskinporten": [
|
|
11300
11410
|
"digdir:dialogporten.serviceprovider"
|
|
11301
11411
|
]
|
|
11302
11412
|
}
|
|
@@ -11375,7 +11485,7 @@
|
|
|
11375
11485
|
"description": "Validation error occurred. See problem details for a list of errors."
|
|
11376
11486
|
},
|
|
11377
11487
|
"401": {
|
|
11378
|
-
"description": "Missing or invalid authentication token.
|
|
11488
|
+
"description": "Missing or invalid authentication token. This endpoint requires a token from Maskinporten with the scope(s) \u0022digdir:dialogporten.serviceprovider digdir:dialogporten.serviceprovider.changetransmissions\u0022."
|
|
11379
11489
|
},
|
|
11380
11490
|
"403": {
|
|
11381
11491
|
"description": "Unauthorized to update child entity for the given dialog (dialog not owned by authenticated organization or has additional scope requirements defined in service identifiers policy)."
|
|
@@ -11438,8 +11548,9 @@
|
|
|
11438
11548
|
},
|
|
11439
11549
|
"security": [
|
|
11440
11550
|
{
|
|
11441
|
-
"
|
|
11442
|
-
"digdir:dialogporten.serviceprovider"
|
|
11551
|
+
"maskinporten": [
|
|
11552
|
+
"digdir:dialogporten.serviceprovider",
|
|
11553
|
+
"digdir:dialogporten.serviceprovider.changetransmissions"
|
|
11443
11554
|
]
|
|
11444
11555
|
}
|
|
11445
11556
|
],
|
|
@@ -11527,7 +11638,7 @@
|
|
|
11527
11638
|
"description": "Successfully returned the dialog list."
|
|
11528
11639
|
},
|
|
11529
11640
|
"401": {
|
|
11530
|
-
"description": "Missing or invalid authentication token.
|
|
11641
|
+
"description": "Missing or invalid authentication token. This endpoint requires a token from Maskinporten with the scope(s) \u0022digdir:dialogporten.serviceprovider digdir:dialogporten.serviceprovider.search\u0022."
|
|
11531
11642
|
},
|
|
11532
11643
|
"503": {
|
|
11533
11644
|
"content": {
|
|
@@ -11551,7 +11662,7 @@
|
|
|
11551
11662
|
},
|
|
11552
11663
|
"security": [
|
|
11553
11664
|
{
|
|
11554
|
-
"
|
|
11665
|
+
"maskinporten": [
|
|
11555
11666
|
"digdir:dialogporten.serviceprovider",
|
|
11556
11667
|
"digdir:dialogporten.serviceprovider.search"
|
|
11557
11668
|
]
|
|
@@ -11603,11 +11714,21 @@
|
|
|
11603
11714
|
"description": "Validation error occurred. See problem details for a list of errors."
|
|
11604
11715
|
},
|
|
11605
11716
|
"401": {
|
|
11606
|
-
"description": "Missing or invalid authentication token.
|
|
11717
|
+
"description": "Missing or invalid authentication token. This endpoint requires a token from Maskinporten with the scope(s) \u0022digdir:dialogporten.serviceprovider\u0022."
|
|
11607
11718
|
},
|
|
11608
11719
|
"403": {
|
|
11609
11720
|
"description": "Unauthorized to update the supplied dialog (not owned by authenticated organization or has additional scope requirements defined in policy)."
|
|
11610
11721
|
},
|
|
11722
|
+
"404": {
|
|
11723
|
+
"content": {
|
|
11724
|
+
"application/problem\u002Bjson": {
|
|
11725
|
+
"schema": {
|
|
11726
|
+
"$ref": "#/components/schemas/ProblemDetails"
|
|
11727
|
+
}
|
|
11728
|
+
}
|
|
11729
|
+
},
|
|
11730
|
+
"description": "The given dialog ID was not found."
|
|
11731
|
+
},
|
|
11611
11732
|
"409": {
|
|
11612
11733
|
"description": "Conflict occurred while processing the request."
|
|
11613
11734
|
},
|
|
@@ -11653,7 +11774,7 @@
|
|
|
11653
11774
|
},
|
|
11654
11775
|
"security": [
|
|
11655
11776
|
{
|
|
11656
|
-
"
|
|
11777
|
+
"maskinporten": [
|
|
11657
11778
|
"digdir:dialogporten.serviceprovider"
|
|
11658
11779
|
]
|
|
11659
11780
|
}
|
|
@@ -11671,7 +11792,7 @@
|
|
|
11671
11792
|
"name": "Serviceowner"
|
|
11672
11793
|
},
|
|
11673
11794
|
{
|
|
11674
|
-
"description": "Endpoints for end users to read and act on dialogs they are authorized to access. Used both by persons logged in via ID-porten and by Altinn system users authenticated via Maskinporten. Requires a token with the \u0060digdir:dialogporten\u0060 scope
|
|
11795
|
+
"description": "Endpoints for end users to read and act on dialogs they are authorized to access. Used both by persons logged in via ID-porten and by Altinn system users authenticated via Maskinporten. Requires a token with the \u0060digdir:dialogporten\u0060 scope.\n\nA .NET client SDK is available: [Altinn.ApiClients.Dialogporten.EndUser](https://www.nuget.org/packages/Altinn.ApiClients.Dialogporten.EndUser/).",
|
|
11675
11796
|
"name": "Enduser"
|
|
11676
11797
|
},
|
|
11677
11798
|
{
|