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

Get more details for a specific lookup 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 lookup service.

Response body formats

application/hal+xml

Sample:

Sample not available.

application/hal+json

Sample:
{
  "ServiceOwnerCode": "sample string 68",
  "ServiceOwnerName": "sample string 78",
  "ServiceName": "sample string 27",
  "ServiceCode": "sample string 15",
  "ServiceEditionName": "sample string 63",
  "AltinnAppId": "sample string 62",
  "ServiceEditionCode": 7,
  "ValidFrom": "2025-07-12T00:59:38.9241607+02:00",
  "ValidTo": "2025-07-12T00:59:38.9241607+02:00",
  "ServiceType": "sample string 78",
  "RestEnabled": true,
  "AttachmentRules": [
    {
      "AttachmentRuleId": 1,
      "AllowedFileTypes": "sample string 53",
      "AttachmentTypeName": "sample string 36",
      "AttachmentTypeNameLanguage": "sample string 59",
      "IsCheckSumAllowed": true,
      "IsXsdValidationRequired": true,
      "MaxAttachmentCount": 7,
      "MaxFileSize": 8,
      "MinAttachmentCount": 9
    },
    {
      "AttachmentRuleId": 1,
      "AllowedFileTypes": "sample string 53",
      "AttachmentTypeName": "sample string 36",
      "AttachmentTypeNameLanguage": "sample string 59",
      "IsCheckSumAllowed": true,
      "IsXsdValidationRequired": true,
      "MaxAttachmentCount": 7,
      "MaxFileSize": 8,
      "MinAttachmentCount": 9
    },
    {
      "AttachmentRuleId": 1,
      "AllowedFileTypes": "sample string 53",
      "AttachmentTypeName": "sample string 36",
      "AttachmentTypeNameLanguage": "sample string 59",
      "IsCheckSumAllowed": true,
      "IsXsdValidationRequired": true,
      "MaxAttachmentCount": 7,
      "MaxFileSize": 8,
      "MinAttachmentCount": 9
    }
  ],
  "FormsMetaData": [
    {
      "FormID": 1,
      "FormName": "sample string 26",
      "DataFormatProviderType": "sample string 32",
      "DataFormatID": "sample string 68",
      "DataFormatVersion": 5,
      "IsOnlyXsdValidation": true,
      "FormType": "sample string 35"
    },
    {
      "FormID": 1,
      "FormName": "sample string 26",
      "DataFormatProviderType": "sample string 32",
      "DataFormatID": "sample string 68",
      "DataFormatVersion": 5,
      "IsOnlyXsdValidation": true,
      "FormType": "sample string 35"
    },
    {
      "FormID": 1,
      "FormName": "sample string 26",
      "DataFormatProviderType": "sample string 32",
      "DataFormatID": "sample string 68",
      "DataFormatVersion": 5,
      "IsOnlyXsdValidation": true,
      "FormType": "sample string 35"
    }
  ],
  "EUSEnabled": true,
  "EnterpriseUserEnabled": true,
  "ConfidentialService": true,
  "ProcessSteps": [
    {
      "SequenceNumber": 1,
      "Name": "sample string 74",
      "SecurityLevel": 3,
      "Type": "sample string 20"
    },
    {
      "SequenceNumber": 1,
      "Name": "sample string 74",
      "SecurityLevel": 3,
      "Type": "sample string 20"
    },
    {
      "SequenceNumber": 1,
      "Name": "sample string 74",
      "SecurityLevel": 3,
      "Type": "sample string 20"
    }
  ]
}