Species APIs

Species APIs are a set of APIs that allow you to interact with the Species related items.

Pre-requisite: The user has to be signed in to perform the following operations.

Get the species details

To get the species, The following method can be used:

  • spaceId (required): The space ID of the device.
  • speciesId (required): The species ID.
Factory.spaceService.getSpeciesDetails(spaceId: String, speciesId: String) -> IVPublisher<SpeciesDetails>