MoxiWorks Platform
.NET SDK For MoxiWorks Public API
MoxiWorks.Platform.GalleryService Class Reference

Moxi Works Platform Gallery entities are groups of photos an agent has associated with a listing. More...

Inheritance diagram for MoxiWorks.Platform.GalleryService:
MoxiWorks.Platform.Interfaces.IGalleryService

Public Member Functions

 GalleryService (IMoxiWorksClient client)
 
async Task< Response< GalleryResults > > GetAgentGalleries (string agentId, AgentIdType agentIdType, string moxiWorksCompanyId)
 Moxi Works Platform Gallery entities are groups of photos an agent has associated with a listing. More...
 

Properties

IMoxiWorksClient Client [get, set]
 

Detailed Description

Moxi Works Platform Gallery entities are groups of photos an agent has associated with a listing.

Member Function Documentation

◆ GetAgentGalleries()

async Task<Response<GalleryResults> > MoxiWorks.Platform.GalleryService.GetAgentGalleries ( string  agentId,
AgentIdType  agentIdType,
string  moxiWorksCompanyId 
)

Moxi Works Platform Gallery entities are groups of photos an agent has associated with a listing.

Parameters
agentIdMust include either: AgentUuid This is the Moxi Works Platform ID of the agent which an Gallery is associated with. This will be an RFC 4122 compliant UUID. agent_uuid or moxi_works_agent_id is required and must reference a valid Moxi Works Agent ID for your Gallery request to be accepted.

MoxiWorksAgentId This is the Moxi Works Platform ID of the agent which an Gallery is associated with. This will be a string that may take the form of an email address, or a unique identification string. agent_uuid or moxi_works_agent_id is required and must reference a valid Moxi Works Agent ID for your Gallery request to be accepted.

Parameters
agentIdTypeWhat agentId type you are using.
agentId
agentIdType
moxiWorksCompanyIdA valid Moxi Works Company ID. Use Company Endpoint to determine what moxi_works_company_id you can use.
Returns

Implements MoxiWorks.Platform.Interfaces.IGalleryService.


The documentation for this class was generated from the following file: