2179 active members
  173 are Online

Year

25

Day

161

Time

01:28:34

Guest
Login

Web Services v2.0 Hub » Inventory Resources » Inventory/Entity/Tag/Tag

Fully Implemented

Fully Implemented

URL: https://www.swcombine.com/ws/v2.0/inventory/{entity_type:ships|vehicles|stations|facilities|cities|planets|items|npcs|droids|creatures|materials}/{uid:\d+\:\d+}/tag/{tag}[/]
Method: PUT
Description: Applies tags to an entity
Pattern Description: entity_type (Mandatory): Determines what inventory to return. Accepted values are ships, vehicles, stations, cities, facilities, planets, items, npcs, droids, creatures, or materials
uid (Mandatory): UID of entity to tag/untag
tag (Mandatory): tag name. Can be a combination of tags separated by a ';'
Rate Limited: Yes
Query String: N/A
Parameters: N/A
Requires Authentication: Yes
Permissions: personal_inv_cities_tags_write: Modify the tags assigned to your cities
personal_inv_creatures_tags_write: Modify the tags assigned to your creatures
personal_inv_droids_tags_write: Modify the tags assigned to your droids
personal_inv_facilities_tags_write: Modify the tags assigned to your facilities
personal_inv_items_tags_write: Modify the tags assigned to your items
personal_inv_materials_tags_write: Modify the tags assigned to your materials
personal_inv_npcs_tags_write: Modify the tags assigned to your NPCs
personal_inv_planets_tags_write: Modify the tags assigned to your planets
personal_inv_ships_tags_write: Modify the tags assigned to your ships
personal_inv_stations_tags_write: Modify the tags assigned to your space stations
personal_inv_vehicles_tags_write: Modify the tags assigned to your vehicles
faction_inv_cities_tags_write: Modify the tags assigned to your faction's cities
faction_inv_creatures_tags_write: Modify the tags assigned to your faction's creatures
faction_inv_droids_tags_write: Modify the tags assigned to your faction's droids
faction_inv_facilities_tags_write: Modify the tags assigned to your faction's facilities
faction_inv_items_tags_write: Modify the tags assigned to your faction's items
faction_inv_materials_tags_write: Modify the tags assigned to your faction's materials
faction_inv_npcs_tags_write: Modify the tags assigned to your faction's NPCs
faction_inv_planets_tags_write: Modify the tags assigned to your faction's planets
faction_inv_ships_tags_write: Modify the tags assigned to your faction's ships
faction_inv_stations_tags_write: Modify the tags assigned to your faction's space stations
faction_inv_vehicles_tags_write: Modify the tags assigned to your faction's vehicles
Returns: 200 OK: Result of applying tag(s) to entity
400 Bad Request: One or more of the provided parameters was invalid
401 Unauthorized: The client does not have the required permission to access this resource
404 Not Found: The specified character does not exist or you do not have authorisation to access tags for this entity


URL: https://www.swcombine.com/ws/v2.0/inventory/{entity_type:ships|vehicles|stations|facilities|cities|planets|items|npcs|droids|creatures|materials}/{uid:\d+\:\d+}/tag/{tag}[/]
Method: DELETE
Description: Removes tags from the entity
Pattern Description: entity_type (Mandatory): Determines what inventory to return. Accepted values are ships, vehicles, stations, cities, facilities, planets, items, npcs, droids, creatures, or materials
uid (Mandatory): UID of entity to tag/untag
tag (Mandatory): tag name. Can be a combination of tags separated by a ';'
Rate Limited: Yes
Query String: N/A
Parameters: N/A
Requires Authentication: Yes
Permissions: personal_inv_cities_tags_write: Modify the tags assigned to your cities
personal_inv_creatures_tags_write: Modify the tags assigned to your creatures
personal_inv_droids_tags_write: Modify the tags assigned to your droids
personal_inv_facilities_tags_write: Modify the tags assigned to your facilities
personal_inv_items_tags_write: Modify the tags assigned to your items
personal_inv_materials_tags_write: Modify the tags assigned to your materials
personal_inv_npcs_tags_write: Modify the tags assigned to your NPCs
personal_inv_planets_tags_write: Modify the tags assigned to your planets
personal_inv_ships_tags_write: Modify the tags assigned to your ships
personal_inv_stations_tags_write: Modify the tags assigned to your space stations
personal_inv_vehicles_tags_write: Modify the tags assigned to your vehicles
faction_inv_cities_tags_write: Modify the tags assigned to your faction's cities
faction_inv_creatures_tags_write: Modify the tags assigned to your faction's creatures
faction_inv_droids_tags_write: Modify the tags assigned to your faction's droids
faction_inv_facilities_tags_write: Modify the tags assigned to your faction's facilities
faction_inv_items_tags_write: Modify the tags assigned to your faction's items
faction_inv_materials_tags_write: Modify the tags assigned to your faction's materials
faction_inv_npcs_tags_write: Modify the tags assigned to your faction's NPCs
faction_inv_planets_tags_write: Modify the tags assigned to your faction's planets
faction_inv_ships_tags_write: Modify the tags assigned to your faction's ships
faction_inv_stations_tags_write: Modify the tags assigned to your faction's space stations
faction_inv_vehicles_tags_write: Modify the tags assigned to your faction's vehicles
Returns: 200 OK: Result of removing the tag(s)
400 Bad Request: One or more of the provided parameters was invalid
401 Unauthorized: The client does not have the required permission to access this resource
404 Not Found: The specified character does not exist or you do not have authorisation to access tags for this entity