Dashboard

Fetch jobdefinition

This API helps to get a job definitions for the user

GET/sdpw/dashboard/jobsdefination/{user}
Query parameters None
Header None
Header/Parameter None
Body None
Returns returns list of job definition data for dashboard
Required role None
Managed errors None

Example request

curl 'http://localhost:8080/sdpw/sdpw/dashboard/jobsdefination/X0013

Example response

[
	{
		"processName": "Parentheses test",
		"processId": "fac67fb6-6d7b-45a0-82d3-029580ac078c",
		"outputConfigurations": [
		{
			"templateId": "a8645f83-de79-45bb-86d9-f8bd88137f0d",
			"name": "Parentheses output",
			"outputFile": "Parentheses output.csv",
			"outputHeaders": [
			"Var12",
			"Var12 (with parentheses)"
			]
		}
		]
	},
	{
		"processName": "Sepa Caluclation",
		"processId": "3fa111ea-8e71-401a-8e7e-047ffb792666",
		"outputConfigurations": [
		{
			"templateId": "8c3e4315-7a36-4853-9c72-3d7d8daae2a1",
			"name": "Output Definition for SEPA",
			"outputFile": "outputsepa.csv",
			"outputHeaders": [
			"Tariff ID",
			"Event ID",
			"Payment Status",
			"Debit or Credit Indicator",
			"Original Source ID",
			"Rejection Signal",
			"EXT REJECTION SIGNAL",
			"Ind Intercompany",
			"Ind Concernpost"
			]
		}
		]
	}
]