Protocols

Most API requests can be transmitted to the API server using either the GET or the POST HTTP method, but some requests require the PATCH or DELETE method. To use the GET method, simply specify the request as a URL. Parameter values must be encoded to prevent conflicts with HTTP special characters. The following example shows the URL for getting a list of all iOS artifacts stored in the repository of your cloud.

Copy
https://<your-cloud>.app.perfectomobile.com/repository/api/v1/artifacts?artifactType=IOS

Operations that upload files to the Perfecto repository must use the POST method.