{ "alps" : { "version" : "1.0", "descriptor" : [ { "id" : "job-representation", "href" : "https://api-dev-trace.in-touch.cloud/profile/jobs", "descriptor" : [ { "name" : "jobNo", "type" : "SEMANTIC" }, { "name" : "description", "type" : "SEMANTIC" }, { "name" : "crBy", "type" : "SEMANTIC" }, { "name" : "crDate", "type" : "SEMANTIC" }, { "name" : "modBy", "type" : "SEMANTIC" }, { "name" : "modDate", "type" : "SEMANTIC" }, { "name" : "clientID", "type" : "SEMANTIC" }, { "name" : "locale", "type" : "SEMANTIC" }, { "name" : "isTest", "type" : "SEMANTIC" } ] }, { "id" : "create-jobs", "name" : "jobs", "type" : "UNSAFE", "descriptor" : [ ], "rt" : "#job-representation" }, { "id" : "get-jobs", "name" : "jobs", "type" : "SAFE", "descriptor" : [ { "name" : "page", "type" : "SEMANTIC", "doc" : { "format" : "TEXT", "value" : "The page to return." } }, { "name" : "size", "type" : "SEMANTIC", "doc" : { "format" : "TEXT", "value" : "The size of the page to return." } }, { "name" : "sort", "type" : "SEMANTIC", "doc" : { "format" : "TEXT", "value" : "The sorting criteria to use to calculate the content of the page." } } ], "rt" : "#job-representation" }, { "id" : "patch-job", "name" : "job", "type" : "UNSAFE", "descriptor" : [ ], "rt" : "#job-representation" }, { "id" : "update-job", "name" : "job", "type" : "IDEMPOTENT", "descriptor" : [ ], "rt" : "#job-representation" }, { "id" : "delete-job", "name" : "job", "type" : "IDEMPOTENT", "descriptor" : [ ], "rt" : "#job-representation" }, { "id" : "get-job", "name" : "job", "type" : "SAFE", "descriptor" : [ ], "rt" : "#job-representation" }, { "name" : "findByJobId", "type" : "SAFE", "descriptor" : [ { "name" : "jobId", "type" : "SEMANTIC" } ] } ] } }