Import Profiles

Import Profiles

GET /api/.../importprofiles

Return a list of all Import Profiles.

Request Information

Parameters

None

Response Information

Example
application/json, text/json
[
   {
    "ImportProfileID" = 1,
    "ProfileName" = "sample string 2",
    "Description" = "sample string 3",
    "Creator" = "string"
   },
   {
    "ImportProfileID" = 2,
    "ProfileName" = "sample string 4",
    "Description" = "sample string 5",
    "Creator" = "string"
   }
]

HTTP Response Codes

Code Description
200 OK. Success