Skip to main content
Application (Appium)Get data by Custom ID (Server 1)
TestMu AI
StatusCommunityBlog
Application (Appium)

Get data by Custom ID (Server 1)

Retrieve data by custom ID from LambdaTest.

GET
/app/custom_id/{customId}
Get data by Custom ID (Server 1)
curl --request GET \
--url "https://manual-api.lambdatest.com/app/custom_id/{customId}" \
--header "Authorization: Basic <encoded-value>"
[
{
"app_id": "<string>",
"source": "<string>",
"type": "android",
"url": "<string>",
"patched_url": "<string>",
"name": "<string>",
"custom_id": "<string>",
"md5_hash": "<string>",
"cf_url": "<string>",
"cf_ap_url": "<string>",
"cf_patched_url": "<string>",
"cf_ap_patched_url": "<string>"
}
]

Authorizations

Authorizationstringheaderrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

customIdstringrequired

The custom ID to retrieve data for

Query Parameters

metadataPresentbooleanrequired

Specify if metadata is present (true or false)

Response

application/json

Successful response

app_idstring
Example: "<string>"
sourcestring
Example: "<string>"
typestring
Example: "android"
urlstring
Example: "<string>"
patched_urlstring
Example: "<string>"
namestring
Example: "<string>"
custom_idstring
Example: "<string>"
md5_hashstring
Example: "<string>"
cf_urlstring
Example: "<string>"
cf_ap_urlstring
Example: "<string>"
cf_patched_urlstring
Example: "<string>"
cf_ap_patched_urlstring
Example: "<string>"
Get data by Custom ID (Server 1)
curl --request GET \
--url "https://manual-api.lambdatest.com/app/custom_id/{customId}" \
--header "Authorization: Basic <encoded-value>"
[
{
"app_id": "<string>",
"source": "<string>",
"type": "android",
"url": "<string>",
"patched_url": "<string>",
"name": "<string>",
"custom_id": "<string>",
"md5_hash": "<string>",
"cf_url": "<string>",
"cf_ap_url": "<string>",
"cf_patched_url": "<string>",
"cf_ap_patched_url": "<string>"
}
]