rest_api_parts
This is an old revision of the document!
Parts | |
---|---|
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 |
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 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.1481185254.txt.gz · Last modified: 2024/09/25 06:19 (external edit)