rest_api_parts
This is an old revision of the document!
GET | |
---|---|
View all PARTS in XML format | https://localhost:3000/{databasename}/parts.xml?token=123 |
View all PARTS in JSON format | https://localhost:3000/{databasename}/parts.json?token=123 |
View single PART in XML format | https://localhost:3000/{databasename}/{part_id}.xml?token=123 |
View single PART in JSON format | https://localhost:3000/{databasename}/{part_id}.json?token=123 |
UPDATE | |
Add or update PART with XML from command line | curl -X POST -H "Content-Type: application/xml" -d @part.xml https://localhost:3000/{databasename}/parts?token=123 |
Add or update PART with JSON from command line | curl -X POST -H "Content-Type: application/xml" -d @part.json https://localhost:3000/{databasename}/parts?token=123 |
DELETE | |
Delete PART from command line | curl -X DELETE -H "Content-Type: application/xml" -d @part.xml https://localhost:3000/{databasename}/{parts_id}?token=123 |
rest_api_parts.1481185769.txt.gz · Last modified: 2024/09/25 06:19 (external edit)