GET metadata/correspondence/{serviceCode}/{serviceEditionCode}?language={language}

Get more details for a specific correspondence service by its service code and service edition version.

Request Information

Parameters

NameDescriptionAdditional information
serviceCode The service code of a service.

Define this parameter in the request URI.

serviceEditionCode The service edition code of a service.

Define this parameter in the request URI.

language Language, valid values are: 1033 (English), 1044 (Bokmal) and 2068 (Nynorsk) This is an optional parameter, defaults to the user preset language.

Define this parameter in the request URI.

Response Information

Details the specific correspondence service.

Response body formats

application/hal+xml

Sample:

Sample not available.

application/hal+json

Sample:
{
  "ServiceOwnerCode": "sample string 89",
  "ServiceOwnerName": "sample string 76",
  "ServiceName": "sample string 9",
  "ServiceCode": "sample string 3",
  "ServiceEditionName": "sample string 83",
  "AltinnAppId": "sample string 36",
  "ServiceEditionCode": 7,
  "ValidFrom": "2024-03-29T01:37:02.9033974+01:00",
  "ValidTo": "2024-03-29T01:37:02.9033974+01:00",
  "ServiceType": "sample string 73",
  "RestEnabled": true,
  "AttachmentRules": [
    {
      "AttachmentRuleId": 1,
      "AllowedFileTypes": "sample string 66",
      "AttachmentTypeName": "sample string 96",
      "AttachmentTypeNameLanguage": "sample string 61",
      "IsCheckSumAllowed": true,
      "IsXsdValidationRequired": true,
      "MaxAttachmentCount": 7,
      "MaxFileSize": 8,
      "MinAttachmentCount": 9
    },
    {
      "AttachmentRuleId": 1,
      "AllowedFileTypes": "sample string 66",
      "AttachmentTypeName": "sample string 96",
      "AttachmentTypeNameLanguage": "sample string 61",
      "IsCheckSumAllowed": true,
      "IsXsdValidationRequired": true,
      "MaxAttachmentCount": 7,
      "MaxFileSize": 8,
      "MinAttachmentCount": 9
    },
    {
      "AttachmentRuleId": 1,
      "AllowedFileTypes": "sample string 66",
      "AttachmentTypeName": "sample string 96",
      "AttachmentTypeNameLanguage": "sample string 61",
      "IsCheckSumAllowed": true,
      "IsXsdValidationRequired": true,
      "MaxAttachmentCount": 7,
      "MaxFileSize": 8,
      "MinAttachmentCount": 9
    }
  ],
  "FormsMetaData": [
    {
      "FormID": 1,
      "FormName": "sample string 73",
      "DataFormatProviderType": "sample string 73",
      "DataFormatID": "sample string 43",
      "DataFormatVersion": 5,
      "IsOnlyXsdValidation": true,
      "FormType": "sample string 73"
    },
    {
      "FormID": 1,
      "FormName": "sample string 73",
      "DataFormatProviderType": "sample string 73",
      "DataFormatID": "sample string 43",
      "DataFormatVersion": 5,
      "IsOnlyXsdValidation": true,
      "FormType": "sample string 73"
    },
    {
      "FormID": 1,
      "FormName": "sample string 73",
      "DataFormatProviderType": "sample string 73",
      "DataFormatID": "sample string 43",
      "DataFormatVersion": 5,
      "IsOnlyXsdValidation": true,
      "FormType": "sample string 73"
    }
  ],
  "EUSEnabled": true,
  "EnterpriseUserEnabled": true,
  "ConfidentialService": true,
  "ProcessSteps": [
    {
      "SequenceNumber": 1,
      "Name": "sample string 87",
      "SecurityLevel": 3,
      "Type": "sample string 37"
    },
    {
      "SequenceNumber": 1,
      "Name": "sample string 87",
      "SecurityLevel": 3,
      "Type": "sample string 37"
    },
    {
      "SequenceNumber": 1,
      "Name": "sample string 87",
      "SecurityLevel": 3,
      "Type": "sample string 37"
    }
  ]
}