B2B Data Exchange
- B2B Data Exchange 10.2.2
- All Products
POST http://<hostName>:<portNumber>/informaticamft/api/v1/projects/search
Object
| Arguments
|
---|---|
categoryId
| Obtain a list of projects identified by ID.
|
path
| Obtain a list of projects identified by the path at which the project file is located.
|
category
| Obtain a list of projects identified by the name of the directory in which the project file is located or the name of the project file.
|
Object
| Arguments
|
---|---|
id
| The identifying number of the project.
|
name
| Name of the project.
|
description
| Description of the project.
|
path
| Path at which the project file is located, or list of projects according to path.
|
folders
| List of projects according to directory in which the project is located.
|
projects
| List of projects.
|
{ "categoryId": "102", "path": "/DXProjects" }
{ "path":"/DXProjects", "folders":[ { "id":1001, "name":"DataExchange", "path":"/DataExchange" }, { "id":102, "name":"DXProjects", "description":"DX Projects", "path":"/DXProjects" } ], "projects":[ { "id":1055, "name":"Cha", "path":"/Cha" }, { "id":1056, "name":"ChangeDir", "path":"/ChangeDir" } ] }