B2B Data Exchange
- B2B Data Exchange 10.5.3
- All Products
POST http://<hostName>:<portNumber>/informaticamft/api/v1/resources/search
Object
| Arguments
|
---|---|
firstResult
| Specify the first result to present.
|
maxResults
| Specify the maximum number of results to present.
|
selectedSortColumn
| Select which column is used to sort the resource information.
|
sortAscending
| Sort the resources in ascending order.
|
matchAll
| Provide all the matches to the search expression when performing the search.
|
useExactMatch
| Exactly match the search expression when performing the search.
|
simpleSearchString
| Use a simple search string to perform the search.
|
simpleSearch
| Use a simple search to perform the search.
|
searchString
| Specify the search string used to perform the search.
|
types
| Select the resource type to search for. The following options apply:
|
Object
| Arguments
|
---|---|
id
| Identifying number for the resource.
|
name
| Name of the resource.
|
description
| Description of the resource.
|
type
| Type of resource, for example
ftp .
|
modifiedDate
| Date that the resource was last modified.
|
{ "firstResult":0, "maxResults":50, "selectedSortColumn":1, "sortAscending":true, "matchAll":true, "useExactMatch":false, "simpleSearchString":null, "simpleSearch":false, "searchString":null, "types":[ "ftp", "ftps", "ssh", "as2", "http", "https", "smtp", "mq", "mailbox" ] }
[ { "id":1043, "name":"ftpRes", "description":"descriptionFtp", "type":"ftp", "modifiedDate":1490863585583 }, { "id":1095, "name":"SmtpRes", "description":"descriptionSmtp", "type":"smtp", "modifiedDate":1486985704210 }, { "id":1094, "name":"SshRes", "description":"descriptionSsh", "type":"ssh", "modifiedDate":1486985572883 } ]