© 2024 Clarivate
GET /api/.../importprofiles
Return a list of all Import Profiles.
None
[
{
"ImportProfileID" = 1,
"ProfileName" = "sample string 2",
"Description" = "sample string 3",
"Creator" = "string"
},
{
"ImportProfileID" = 2,
"ProfileName" = "sample string 4",
"Description" = "sample string 5",
"Creator" = "string"
}
]
Code | Description |
---|---|
200 | OK. Success |