Administration
Click here for a complete list of operations.
FeedList
from FeedList
Provides a mechanism to search for a list of currently configured feeds for a specific organisation or user.
Optionally specify a higher level login and a sOrganisationIdentifier or sUserIdentifier
- sFeedNameSearch filter the results based on a string filter (e.g. mon to return e.g. Monster)
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /json/Administration.asmx/FeedList HTTP/1.1
Host: api.logicmelon.com
Content-Type: application/json; charset=utf-8
Content-Length: length
{
"Request": {
"sCultureID": "string",
"sAPIKey": "string",
"sUsername": "string",
"sPassword": "string",
"sOrganisationIdentifier": "string",
"sUserIdentifier": "string",
"sFeedNameSearch": "string"
}
}
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: length
{ "d": [ or {
{ "__type":"MPATSAPI.Models.FeedListSimpleClass",
"Auth1": "string",
"Auth2": "string",
"Auth3": "string",
"Auth4": "string",
"Auth5": "string",
"AuthNotes": "string",
"CultureID": "string",
"FeedID": int,
"FeedIdentifier": "string",
"FeedName": "string",
"FeedTypeID": unsignedByte,
"Free": unsignedByte,
"HomePageURL": "string",
"LogoURL": "string",
"ContactName": "string",
"ContactPhone": "string",
"ContactEmail": "string",
"SupportDelete": boolean,
"SupportFix": boolean,
"UploadTimes": "string",
"UploadTimesCache": "string",
"Visibility": int,
"LiveDate": Date(),
"ShortDescription": "string",
"SpecialHandlingRequired": boolean
},
{ "__type":"MPATSAPI.Models.FeedListSimpleClass",
"Auth1": "string",
"Auth2": "string",
"Auth3": "string",
"Auth4": "string",
"Auth5": "string",
"AuthNotes": "string",
"CultureID": "string",
"FeedID": int,
"FeedIdentifier": "string",
"FeedName": "string",
"FeedTypeID": unsignedByte,
"Free": unsignedByte,
"HomePageURL": "string",
"LogoURL": "string",
"ContactName": "string",
"ContactPhone": "string",
"ContactEmail": "string",
"SupportDelete": boolean,
"SupportFix": boolean,
"UploadTimes": "string",
"UploadTimesCache": "string",
"Visibility": int,
"LiveDate": Date(),
"ShortDescription": "string",
"SpecialHandlingRequired": boolean
}
]
}
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /json/Administration.asmx/FeedList HTTP/1.1
Host: api.logicmelon.com
Content-Type: application/json; charset=utf-8
Content-Length: length
{
"Request": {
"sCultureID": "string",
"sAPIKey": "string",
"sUsername": "string",
"sPassword": "string",
"sOrganisationIdentifier": "string",
"sUserIdentifier": "string",
"sFeedNameSearch": "string"
}
}
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: length
{ "d": [ or {
{ "__type":"MPATSAPI.Models.FeedListSimpleClass",
"Auth1": "string",
"Auth2": "string",
"Auth3": "string",
"Auth4": "string",
"Auth5": "string",
"AuthNotes": "string",
"CultureID": "string",
"FeedID": int,
"FeedIdentifier": "string",
"FeedName": "string",
"FeedTypeID": unsignedByte,
"Free": unsignedByte,
"HomePageURL": "string",
"LogoURL": "string",
"ContactName": "string",
"ContactPhone": "string",
"ContactEmail": "string",
"SupportDelete": boolean,
"SupportFix": boolean,
"UploadTimes": "string",
"UploadTimesCache": "string",
"Visibility": int,
"LiveDate": Date(),
"ShortDescription": "string",
"SpecialHandlingRequired": boolean
},
{ "__type":"MPATSAPI.Models.FeedListSimpleClass",
"Auth1": "string",
"Auth2": "string",
"Auth3": "string",
"Auth4": "string",
"Auth5": "string",
"AuthNotes": "string",
"CultureID": "string",
"FeedID": int,
"FeedIdentifier": "string",
"FeedName": "string",
"FeedTypeID": unsignedByte,
"Free": unsignedByte,
"HomePageURL": "string",
"LogoURL": "string",
"ContactName": "string",
"ContactPhone": "string",
"ContactEmail": "string",
"SupportDelete": boolean,
"SupportFix": boolean,
"UploadTimes": "string",
"UploadTimesCache": "string",
"Visibility": int,
"LiveDate": Date(),
"ShortDescription": "string",
"SpecialHandlingRequired": boolean
}
]
}