Acquire reception settings details

This is an API function to acquire reception settings details. This API function corresponds to the [Reception Settings] operation on the screen that is displayed by selecting a profile after selecting the [Profile] on the operation screen of Manager.

= Remarks =

It is the difference between the acquire a list of reception settings API function and this API function that the following parameters are not included in the response of this API function.

  • content layer (Parameters under the content layer of the acquire a list API function are the same as the parameters of the acquire details API function.)
  • first

  • last

  • number

  • numberOfElements

  • size

  • sort

  • totalElements

  • totalPages

Format

curl -X GET --header 'Accept: application/json'

--header 'X-API-KEY:APIKEY'

'http://HOSTNAME:PORTNUMBER/api/v1/receiving-profiles/receivingProfileId'

Request parameter (Path format)
Item name Request parameter Type Value Default value
Reception Settings ID receivingProfileId String   Impossible to omit
Response

{

"entryPoint": "string",

"fileName": "string",

"jobExecMode": 0,

"jobScript": "string",

"receivingProfileId": "string",

"receivingProfileName": "string"

}

Response parameter
Item name Response parameter Type Value

URL for uploading a file

entryPoint String  

File Name at Send Destination

fileName String  
Job Execution Mode jobExecMode Integer

0 | 1

• 0: Script Execution

• 1: Step Execution

Contents of Job jobScript String  

Reception Settings ID

receivingProfileId String The ID of Reception Settings
Reception Settings Name receivingProfileName String The name of Reception Settings