OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Programming Questions API list of contacts by tag

This topic contains 2 replies, has 2 voices, and was last updated by  meesix 9 years ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #25021

    meesix
    Participant

    Hello,

    How can I filter contacts API request by tag? Basically I need to request all contacts with tag from external service.
    I know that request is

    but I can’t understand what parameters to pass.

    Also, is there API list / documentation?

    m

Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • #25022

    Ivan Klymenko
    Spectator

    Hi meesix,
    unfortunately filtering by tags is not supported yet.

    The API documentation you could always check in the api/doc.

    For example here is documentation about the resource /api/rest/latest/contacts.json

    #25023

    meesix
    Participant

    Dear Ivan,

    Ok, seems like I will need to work directly with database.

    Thanks for link, though there is no information about “create contact” / “create account” calls. It just says “parameters are format and version”. Is there more details information? Like what parameters should I pass to “/api/rest/{version}/contacts.json”?

    thanks,
    m

Viewing 2 replies - 1 through 2 (of 2 total)

The forum ‘OroCRM – Programming Questions’ is closed to new topics and replies.

Back to top