MoxiWorks Platform
.NET SDK For MoxiWorks Public API
|
Moxi Works Platform Gallery entities are groups of photos an agent has associated with a listing. More...
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] |
Properties inherited from MoxiWorks.Platform.Interfaces.IGalleryService | |
IMoxiWorksClient | Client [get, set] |
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.
agentId | Must 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.
agentIdType | What agentId type you are using. |
agentId | |
agentIdType | |
moxiWorksCompanyId | A valid Moxi Works Company ID. Use Company Endpoint to determine what moxi_works_company_id you can use. |
Implements MoxiWorks.Platform.Interfaces.IGalleryService.