Can I somehow immediately access the results from the REST service? E.g. the example: `dispatch(rest.actions.entry({id: 1}));` If my REST server returns the ID of the new entry, how can I use that in my frontend app?