I am new to trello and trying to get card creator name. I tried the API "https://api.trello.com/1/actions/{actionId}/memberCreator/". But it is giving data only when action will be done except card creation. Can anyone help here to solve this problem?
Hi Siva,
You need to obtain the initial action (typically createCard or copyCard). One way to do this is to retrieve the actions for the card using e.g. 1/card/CARD_ID/actions?filter=createCard,copyCard.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.