GET metadata/formtask/{serviceCode}/{serviceEditionCode}?language={language}
Get more details for a specific form task (Reporting) service by its service code and service edition version.
Request Information
Parameters
Name | Description | Additional 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 form task service.
Response body formats
application/hal+xml
Sample:
Sample not available.
application/hal+json
Sample:
{ "ServiceOwnerCode": "sample string 39", "ServiceOwnerName": "sample string 24", "ServiceName": "sample string 40", "ServiceCode": "sample string 72", "ServiceEditionName": "sample string 83", "AltinnAppId": "sample string 95", "ServiceEditionCode": 7, "ValidFrom": "2025-02-06T22:59:16.6954813+01:00", "ValidTo": "2025-02-06T22:59:16.6954813+01:00", "ServiceType": "sample string 26", "RestEnabled": true, "AttachmentRules": [ { "AttachmentRuleId": 1, "AllowedFileTypes": "sample string 36", "AttachmentTypeName": "sample string 48", "AttachmentTypeNameLanguage": "sample string 54", "IsCheckSumAllowed": true, "IsXsdValidationRequired": true, "MaxAttachmentCount": 7, "MaxFileSize": 8, "MinAttachmentCount": 9 }, { "AttachmentRuleId": 1, "AllowedFileTypes": "sample string 36", "AttachmentTypeName": "sample string 48", "AttachmentTypeNameLanguage": "sample string 54", "IsCheckSumAllowed": true, "IsXsdValidationRequired": true, "MaxAttachmentCount": 7, "MaxFileSize": 8, "MinAttachmentCount": 9 }, { "AttachmentRuleId": 1, "AllowedFileTypes": "sample string 36", "AttachmentTypeName": "sample string 48", "AttachmentTypeNameLanguage": "sample string 54", "IsCheckSumAllowed": true, "IsXsdValidationRequired": true, "MaxAttachmentCount": 7, "MaxFileSize": 8, "MinAttachmentCount": 9 } ], "FormsMetaData": [ { "FormID": 1, "FormName": "sample string 2", "DataFormatProviderType": "sample string 30", "DataFormatID": "sample string 9", "DataFormatVersion": 5, "IsOnlyXsdValidation": true, "FormType": "sample string 74" }, { "FormID": 1, "FormName": "sample string 2", "DataFormatProviderType": "sample string 30", "DataFormatID": "sample string 9", "DataFormatVersion": 5, "IsOnlyXsdValidation": true, "FormType": "sample string 74" }, { "FormID": 1, "FormName": "sample string 2", "DataFormatProviderType": "sample string 30", "DataFormatID": "sample string 9", "DataFormatVersion": 5, "IsOnlyXsdValidation": true, "FormType": "sample string 74" } ], "EUSEnabled": true, "EnterpriseUserEnabled": true, "ConfidentialService": true, "ProcessSteps": [ { "SequenceNumber": 1, "Name": "sample string 15", "SecurityLevel": 3, "Type": "sample string 3" }, { "SequenceNumber": 1, "Name": "sample string 15", "SecurityLevel": 3, "Type": "sample string 3" }, { "SequenceNumber": 1, "Name": "sample string 15", "SecurityLevel": 3, "Type": "sample string 3" } ], "_links": { "self": { "href": "sample string 73" } } }