GET api2/code_load_batch/{id}.json
Theme by ID
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Theme ID |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Theme
api_rootName | Description | Type | Additional information |
---|---|---|---|
entry | CodeLoadBatch |
None. |
Response Format
{ "entry": { "id": 1, "creation_date": "2025-02-05T10:44:44.0506598+01:00", "expiration_date": "2025-02-05T10:44:44.0506598+01:00", "company_id": 1, "project_id": 1, "quantity": 1, "expiration_url": 1, "expiration_code": 1, "download_url": "sample string 2", "valid": 1, "zipfilename": "sample string 3" } }